Skip to content

Commit

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

<!-- changelog -->

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




### Bug Fixes:

* Fix query for metadata on foreign keys and fix duplicate references being produced (#444)

* alter resource generation query to go to the source pg_constraints table instead of to the view to fetch constraint data (#443)

## [v2.4.16](https://github.com/ash-project/ash_postgres/compare/v2.4.15...v2.4.16) (2024-12-12)


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.16"
@version "2.4.17"

def project do
[
Expand Down

0 comments on commit 6126ef9

Please sign in to comment.