Skip to content

Commit

Permalink
chore: release version v2.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 26, 2024
1 parent 452a820 commit a3edddd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide

<!-- changelog -->

## [v2.4.19](https://github.com/ash-project/ash_postgres/compare/v2.4.18...v2.4.19) (2024-12-26)




### Bug Fixes:

* ensure there is always at least one upsert field so filter is run

### Improvements:

* better min_pg_version when modifying a repo

* automatically set `min_pg_version` where possible

* use a notice to suggest configuring `min_pg_version`

## [v2.4.18](https://github.com/ash-project/ash_postgres/compare/v2.4.17...v2.4.18) (2024-12-20)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""

@version "2.4.18"
@version "2.4.19"

def project do
[
Expand Down

0 comments on commit a3edddd

Please sign in to comment.