chore: release version v0.4.10

This commit is contained in:
Zach Daniel 2021-03-30 01:35:33 -04:00
parent 918646853d
commit c2196a5a9e
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -17,7 +17,7 @@ Roadmap:
```elixir
def deps do
[
{:ash_phoenix, "~> 0.4.9"}
{:ash_phoenix, "~> 0.4.10"}
]
end
```

View file

@ -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
[