diff --git a/CHANGELOG.md b/CHANGELOG.md index 4007dee..4218447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.1.0](https://github.com/ash-project/ash_phoenix/compare/v2.0.4...v2.1.0) (2024-07-26) + + + + +### Bug Fixes: + +* ensure we `prepare_source` for all read action forms + ## [v2.0.4](https://github.com/ash-project/ash_phoenix/compare/v2.0.3...v2.0.4) (2024-06-13) diff --git a/README.md b/README.md index 2c0000c..38c57af 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Welcome! This is the package for integrating [Phoenix Framework](https://www.pho Add `ash_phoenix` to your list of dependencies in `mix.exs`: ```elixir -{:ash_phoenix, "~> 2.0.4"} +{:ash_phoenix, "~> 2.1.0"} ``` ## Whats in the box? diff --git a/mix.exs b/mix.exs index 3eac83d..5151e5b 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash and Phoenix """ - @version "2.0.4" + @version "2.1.0" def project do [