diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d6c3a..51721fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.0.3](https://github.com/ash-project/ash_phoenix/compare/v2.0.2...v2.0.3) (2024-06-05) + + + + +### Bug Fixes: + +* properly (i.e safely) encode ci strings to iodata and params + +* various union param handling fixes + +* properly transform nested params + +* make sure that _index is correctly updated before and after removal for sparse forms (#196) (#197) + ## [v2.0.2](https://github.com/ash-project/ash_phoenix/compare/v2.0.1...v2.0.2) (2024-05-22) diff --git a/README.md b/README.md index 3ac0425..93d6c97 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.2"} +{:ash_phoenix, "~> 2.0.3"} ``` ## Whats in the box? diff --git a/mix.exs b/mix.exs index 3a8baa2..3323b74 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash and Phoenix """ - @version "2.0.2" + @version "2.0.3" def project do [