diff --git a/CHANGELOG.md b/CHANGELOG.md index 40215eb..11976c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.1.3](https://github.com/ash-project/ash_phoenix/compare/v2.1.2...v2.1.3) (2024-09-30) + + + + +### Bug Fixes: + +* properly apply calculations with arguments in filter form + ## [v2.1.2](https://github.com/ash-project/ash_phoenix/compare/v2.1.1...v2.1.2) (2024-09-03) diff --git a/README.md b/README.md index af6fad2..d6e5527 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.2"} +{:ash_phoenix, "~> 2.1.3"} ``` ## Whats in the box? diff --git a/mix.exs b/mix.exs index f90e973..d68341c 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash and Phoenix """ - @version "2.1.2" + @version "2.1.3" def project do [