Skip to content

Commit

Permalink
chore: release version v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 16, 2024
1 parent 2101ab3 commit 873a1f8
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://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v2.4.1](https://github.com/ash-project/ash_postgres/compare/v2.4.0...v2.4.1) (2024-09-16)




### Bug Fixes:

* ensure that returning is not an empty list

* match on table schema as well as table name

## [v2.4.0](https://github.com/ash-project/ash_postgres/compare/v2.3.1...v2.4.0) (2024-09-13)

### Features:
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.0"
@version "2.4.1"

def project do
[
Expand Down

0 comments on commit 873a1f8

Please sign in to comment.