chore: release version v0.4.22-rc2

This commit is contained in:
Zach Daniel 2021-06-24 18:31:47 -04:00
parent 6bb388fb5c
commit 160efbc9f6
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.4.22-rc2](https://github.com/ash-project/ash_phoenix/compare/v0.4.22-rc1...v0.4.22-rc2) (2021-06-24)
## [v0.4.22-rc1](https://github.com/ash-project/ash_phoenix/compare/v0.4.22-rc0...v0.4.22-rc1) (2021-06-24) ## [v0.4.22-rc1](https://github.com/ash-project/ash_phoenix/compare/v0.4.22-rc0...v0.4.22-rc1) (2021-06-24)

View file

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

View file

@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix Utilities for integrating Ash with Phoenix
""" """
@version "0.4.22-rc1" @version "0.4.22-rc2"
def project do def project do
[ [