From 43bdb50feffe7d2d0cdae76d2c4edfb5ee374c2c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 28 Mar 2024 19:57:39 -0400 Subject: [PATCH] chore: release version v2.0.0-rc.1 --- CHANGELOG.md | 5 +++++ documentation/topics/working-with-phoenix.md | 2 +- mix.exs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c8758d..a94383c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.0.0-rc.1](https://github.com/ash-project/ash_phoenix/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2024-03-28) + + + + ## [v2.0.0-rc.0](https://github.com/ash-project/ash_phoenix/compare/v1.3.4...v2.0.0-rc.0) (2024-03-28) ### Breaking Changes: diff --git a/documentation/topics/working-with-phoenix.md b/documentation/topics/working-with-phoenix.md index 4b1fadfc..801e7f21 100644 --- a/documentation/topics/working-with-phoenix.md +++ b/documentation/topics/working-with-phoenix.md @@ -2,7 +2,7 @@ The AshPhoenix plugin adds lots of helpers for working with Phoenix Liveview (and regular views). -`{:ash_phoenix, "~> 2.0.0-rc.0"}` +`{:ash_phoenix, "~> 2.0.0-rc.1"}` Check out the [getting started with phoenix guide](/documentation/tutorials/getting-started-with-ash-and-phoenix.md) for setup. diff --git a/mix.exs b/mix.exs index d65889a1..e5b64abb 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "2.0.0-rc.0" + @version "2.0.0-rc.1" def project do [