diff --git a/CHANGELOG.md b/CHANGELOG.md index c8fdb59f..5f7a3da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.26.1](https://github.com/ash-project/ash/compare/v1.26.0...v1.26.1) (2020-12-29) + + + + +### Bug Fixes: + +* only accept kw list in `aggregate/5` + ## [v1.26.0](https://github.com/ash-project/ash/compare/v1.25.8...v1.26.0) (2020-12-29) diff --git a/README.md b/README.md index 2dbae5f8..f7b73431 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.0"} + {:ash, "~> 1.26.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 0870a33f..0d1b4b6a 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.0" + @version "1.26.1" def project do [