Skip to content

Commit

Permalink
chore: release version v0.4.22-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 24, 2021
1 parent 6bb388f commit 160efbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- 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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Roadmap:
```elixir
def deps do
[
{:ash_phoenix, "~> 0.4.22-rc1"}
{:ash_phoenix, "~> 0.4.22-rc2"}
]
end
```
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix
"""

@version "0.4.22-rc1"
@version "0.4.22-rc2"

def project do
[
Expand Down

0 comments on commit 160efbc

Please sign in to comment.