From 160efbc9f681f9282c8ee67aad2021c9fc186915 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 24 Jun 2021 18:31:47 -0400 Subject: [PATCH] chore: release version v0.4.22-rc2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a0ea0..0041230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index c1ff658..7519efa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Roadmap: ```elixir def deps do [ - {:ash_phoenix, "~> 0.4.22-rc1"} + {:ash_phoenix, "~> 0.4.22-rc2"} ] end ``` diff --git a/mix.exs b/mix.exs index a45c5c7..4d0f861 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [