chore: release version v2.1.0

This commit is contained in:
Zach Daniel 2024-07-26 12:13:01 -04:00
parent 3f6c72fb10
commit ee2626d249
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.1.0](https://github.com/ash-project/ash_phoenix/compare/v2.0.4...v2.1.0) (2024-07-26)
### Bug Fixes:
* ensure we `prepare_source` for all read action forms
## [v2.0.4](https://github.com/ash-project/ash_phoenix/compare/v2.0.3...v2.0.4) (2024-06-13)

View file

@ -15,7 +15,7 @@ Welcome! This is the package for integrating [Phoenix Framework](https://www.pho
Add `ash_phoenix` to your list of dependencies in `mix.exs`:
```elixir
{:ash_phoenix, "~> 2.0.4"}
{:ash_phoenix, "~> 2.1.0"}
```
## Whats in the box?

View file

@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash and Phoenix
"""
@version "2.0.4"
@version "2.1.0"
def project do
[