Skip to content

Commit 1e29a23

Browse files
committed
chore: release version v2.0.9
1 parent 9cc942f commit 1e29a23

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v2.0.9](https://github.com/ash-project/ash_postgres/compare/v2.0.8...v2.0.9) (2024-06-13)
9+
10+
11+
12+
13+
### Features:
14+
15+
* autogenerate index in references (#321)
16+
17+
* autogenerate index in references
18+
19+
### Bug Fixes:
20+
21+
* fix invalid select on sorting by some calculations
22+
23+
* fix error message displaying in identity verifier
24+
25+
* ensure that context multitenancy is properly applied to lateral many-to-many joins
26+
27+
* don't assume old snapshots have `index?` key for attributes
28+
29+
* `list_tenants` -> `all_tenants`
30+
31+
* when checking for roll back-able migrations, only check `Path.basename`
32+
33+
### Improvements:
34+
35+
* don't sort identity keys.
36+
837
## [v2.0.8](https://github.com/ash-project/ash_postgres/compare/v2.0.7...v2.0.8) (2024-06-06)
938

1039

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
55
The PostgreSQL data layer for Ash Framework
66
"""
77

8-
@version "2.0.8"
8+
@version "2.0.9"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)