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 ad0fd66 commit 22ab05eCopy full SHA for 22ab05e
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
5
6
<!-- changelog -->
7
8
+## [v2.6.17](https://github.com/ash-project/ash_postgres/compare/v2.6.16...v2.6.17) (2025-08-31)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* resolve a typo in pending dev migration error message (#608) by Sheharyar Naseer
16
17
## [v2.6.16](https://github.com/ash-project/ash_postgres/compare/v2.6.15...v2.6.16) (2025-08-21)
18
19
mix.exs
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
- @version "2.6.16"
+ @version "2.6.17"
def project do
[
0 commit comments