diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d909e34..656e4e717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.26.6](https://github.com/ash-project/ash/compare/v1.26.5...v1.26.6) (2020-12-30) + + + + +### Bug Fixes: + +* validate read action existence + +### Improvements: + +* support autocompletion on Api funcs + ## [v1.26.5](https://github.com/ash-project/ash/compare/v1.26.4...v1.26.5) (2020-12-30) diff --git a/README.md b/README.md index c0a94b028..8ee04e4d9 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.5"} + {:ash, "~> 1.26.6"} ] end ``` diff --git a/mix.exs b/mix.exs index 21abcae21..cc86e9bb9 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.5" + @version "1.26.6" def project do [