chore: release version v2.2.3

This commit is contained in:
Zach Daniel 2024-08-18 07:45:39 -04:00
parent b437e3f147
commit 555063d270
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v2.2.3](https://github.com/ash-project/ash_postgres/compare/v2.2.2...v2.2.3) (2024-08-18)
### Bug Fixes:
* `mix ash_postgres.install` not adding ash_functions/min_pg_version
## [v2.2.2](https://github.com/ash-project/ash_postgres/compare/v2.2.1...v2.2.2) (2024-08-17) ## [v2.2.2](https://github.com/ash-project/ash_postgres/compare/v2.2.1...v2.2.2) (2024-08-17)
### Bug Fixes: ### Bug Fixes:

View file

@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework The PostgreSQL data layer for Ash Framework
""" """
@version "2.2.2" @version "2.2.3"
def project do def project do
[ [