chore: release version v2.4.1

This commit is contained in:
Zach Daniel 2024-09-16 10:21:50 -04:00
parent 2101ab3cd9
commit 873a1f8983
2 changed files with 12 additions and 1 deletions

View file

@ -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:

View file

@ -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
[