diff --git a/CHANGELOG.md b/CHANGELOG.md index da7ac73..76870f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.5.17](https://github.com/ash-project/ash_postgres/compare/v1.5.16...v1.5.17) (2024-03-06) + + + + +### Bug Fixes: + +* prevent ecto/pg from getting confused about the type of maps + ## [v1.5.16](https://github.com/ash-project/ash_postgres/compare/v1.5.15...v1.5.16) (2024-03-05) diff --git a/mix.exs b/mix.exs index e441f3d..c9a4855 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "1.5.16" + @version "1.5.17" def project do [