We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593fa84 commit 6b73369Copy full SHA for 6b73369
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
5
6
<!-- changelog -->
7
8
+## [v2.5.22](https://github.com/ash-project/ash_postgres/compare/v2.5.21...v2.5.22) (2025-05-22)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* Convert sensitive patterns from module constant to function for OTP/28 (#552)
16
17
## [v2.5.21](https://github.com/ash-project/ash_postgres/compare/v2.5.20...v2.5.21) (2025-05-21)
18
19
mix.exs
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
- @version "2.5.21"
+ @version "2.5.22"
def project do
[
0 commit comments