diff --git a/CHANGELOG.md b/CHANGELOG.md index f85e62ff..62d7e4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide +## [v2.4.14](https://github.com/ash-project/ash_postgres/compare/v2.4.13...v2.4.14) (2024-11-27) + + + + +### Bug Fixes: + +* pass AST to deal with stupid igniter behavior + ## [v2.4.13](https://github.com/ash-project/ash_postgres/compare/v2.4.12...v2.4.13) (2024-11-26) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index 2f17c8fb..69599c3e 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.4.13" + @version "2.4.14" def project do [