Skip to content

Commit a3ee481

Browse files
committed
chore: release version v2.0.2
1 parent 0d2f8f9 commit a3ee481

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v2.0.2](https://github.com/ash-project/ash_postgres/compare/v2.0.1...v2.0.2) (2024-05-15)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* [update_query/destroy_query] rework the update and destroy query builder to support multiple kinds of joining
16+
17+
* [mix ash_postgres.migrate] remove duplicate repo flags (#285)
18+
19+
* [Ash.Error.Changes.StaleRecord] ensure filter is included in stale record error messages we return
20+
21+
* [AshPostgres.MigrationGenerator] properly parse previous version from migration generation
22+
823
## [v2.0.1](https://github.com/ash-project/ash_postgres/compare/v2.0.0...v2.0.1) (2024-05-12)
924

1025
### Bug Fixes:

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.1"
8+
@version "2.0.2"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)