From d9985c54cbee61b66305d5cdb028b72b96c2859d Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 3 Sep 2024 01:50:00 -0400 Subject: [PATCH] chore: release version v2.1.2 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d15b7b..40215eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index 6a20b11..af6fad2 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/mix.exs b/mix.exs index 7035e86..f90e973 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [