diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ad23b6..c1c95e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.26.9](https://github.com/ash-project/ash/compare/v1.26.8...v1.26.9) (2021-01-06) + + + + +### Bug Fixes: + +* the `__resource__` change broke some extensions + ## [v1.26.8](https://github.com/ash-project/ash/compare/v1.26.7...v1.26.8) (2021-01-06) diff --git a/README.md b/README.md index 2c720c38..0828eff4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means ```elixir def deps do [ - {:ash, "~> 1.26.8"} + {:ash, "~> 1.26.9"} ] end ``` diff --git a/mix.exs b/mix.exs index e034f0eb..bcc27efe 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "1.26.8" + @version "1.26.9" def project do [