chore: release version v2.1.2

This commit is contained in:
Zach Daniel 2024-09-03 01:50:00 -04:00
parent c5fccfcabf
commit d9985c54cb
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.2](https://github.com/ash-project/ash_phoenix/compare/v2.1.1...v2.1.2) (2024-09-03)
### Bug Fixes:
* spec `update_form` to accept functions of lists
## [v2.1.1](https://github.com/ash-project/ash_phoenix/compare/v2.1.0...v2.1.1) (2024-08-01)

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.1.1"}
{:ash_phoenix, "~> 2.1.2"}
```
## Whats in the box?

View file

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