We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf5139 commit 0afec6aCopy full SHA for 0afec6a
CHANGELOG.md
@@ -5,6 +5,17 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
5
6
<!-- changelog -->
7
8
+## [v2.5.16](https://github.com/ash-project/ash_postgres/compare/v2.5.15...v2.5.16) (2025-04-15)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* fixes for map types nested in expressions
16
17
+* use proper migrations path configuration
18
19
## [v2.5.15](https://github.com/ash-project/ash_postgres/compare/v2.5.14...v2.5.15) (2025-04-09)
20
21
mix.exs
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
- @version "2.5.15"
+ @version "2.5.16"
def project do
[
0 commit comments