diff --git a/CHANGELOG.md b/CHANGELOG.md index 064852fb1..ade7a8d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.19.1](https://github.com/ash-project/ash/compare/v1.19.0...v1.19.1) (2020-10-17) + + + + +### Bug Fixes: + +* invalid function arg parsing w/ ref + ## [v1.19.0](https://github.com/ash-project/ash/compare/v1.18.1...v1.19.0) (2020-10-17) diff --git a/README.md b/README.md index a10ca1217..a46a225d5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.19.0"} + {:ash, "~> 1.19.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 4c7b36ff7..f04ba8af7 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.19.0" + @version "1.19.1" def project do [