Skip to content

Commit

Permalink
chore: release version v2.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 5, 2024
1 parent 925ff65 commit a495593
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v2.0.0-rc.4](https://github.com/ash-project/ash_phoenix/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2024-04-05)




### Bug Fixes:

* handle cases where changesets/queries are not returned with errors

## [v2.0.0-rc.3](https://github.com/ash-project/ash_phoenix/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2024-04-04)


Expand Down
2 changes: 1 addition & 1 deletion documentation/topics/working-with-phoenix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"}`
`{:ash_phoenix, "~> 2.0.0-rc.4"}`

Check out the [getting started with phoenix guide](/documentation/tutorials/getting-started-with-ash-and-phoenix.md) for setup.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix
"""

@version "2.0.0-rc.3"
@version "2.0.0-rc.4"

def project do
[
Expand Down

0 comments on commit a495593

Please sign in to comment.