diff --git a/CHANGELOG.md b/CHANGELOG.md index b710c7a..57a56bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.4.10](https://github.com/ash-project/ash_phoenix/compare/v0.4.9...v0.4.10) (2021-03-30) + + + + +### Bug Fixes: + +* fix remove from path with indices + +* append values to maps properly + ## [v0.4.9](https://github.com/ash-project/ash_phoenix/compare/v0.4.8...v0.4.9) (2021-03-28) diff --git a/README.md b/README.md index f50658a..419478f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Roadmap: ```elixir def deps do [ - {:ash_phoenix, "~> 0.4.9"} + {:ash_phoenix, "~> 0.4.10"} ] end ``` diff --git a/mix.exs b/mix.exs index 82a8fc3..464cdc0 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "0.4.9" + @version "0.4.10" def project do [