We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2701fc2 commit 8d412ceCopy full SHA for 8d412ce
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
5
6
<!-- changelog -->
7
8
+## [v2.5.19](https://github.com/ash-project/ash_postgres/compare/v2.5.18...v2.5.19) (2025-05-06)
9
+
10
11
12
13
+### Improvements:
14
15
+* support unions (#543)
16
17
## [v2.5.18](https://github.com/ash-project/ash_postgres/compare/v2.5.17...v2.5.18) (2025-04-29)
18
19
mix.exs
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
- @version "2.5.18"
+ @version "2.5.19"
def project do
[
0 commit comments