We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87820a5 commit 0124cb4Copy full SHA for 0124cb4
CHANGELOG.md
@@ -5,6 +5,17 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
5
6
<!-- changelog -->
7
8
+## [v2.5.17](https://github.com/ash-project/ash_postgres/compare/v2.5.16...v2.5.17) (2025-04-22)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* add tenant to ash bindings in update (#534)
16
17
+* correct order, when renaming attribute with an identity (#533)
18
19
## [v2.5.16](https://github.com/ash-project/ash_postgres/compare/v2.5.15...v2.5.16) (2025-04-15)
20
21
mix.exs
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
- @version "2.5.16"
+ @version "2.5.17"
def project do
[
0 commit comments