Skip to content

Commit 366b1e3

Browse files
committed
chore: release version v2.6.28
1 parent c4248fa commit 366b1e3

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
1111

1212
<!-- changelog -->
1313

14+
## [v2.6.28](https://github.com/ash-project/ash_postgres/compare/v2.6.27...v2.6.28) (2026-01-29)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* properly wrap through queries with subqueries in wheres by Zach Daniel
22+
23+
### Improvements:
24+
25+
* Update AshFunctions, remove timestamp_from_uuid_v7 (#676) by Matt Savoia
26+
27+
* Update MigrationGenerator to use uuidv7 when available (#674) by Matt Savoia
28+
29+
* add create_table_options for partitioned tables and more (#664) by Robert Graff
30+
1431
## [v2.6.27](https://github.com/ash-project/ash_postgres/compare/v2.6.26...v2.6.27) (2025-12-24)
1532

1633

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule AshPostgres.MixProject do
99
The PostgreSQL data layer for Ash Framework
1010
"""
1111

12-
@version "2.6.27"
12+
@version "2.6.28"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)