chore: release version v2.1.1

This commit is contained in:
Zach Daniel 2024-07-10 08:47:31 -04:00
parent 63324c19e9
commit 2a33a8c285
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 -->
## [v2.1.1](https://github.com/ash-project/ash_postgres/compare/v2.1.0...v2.1.1) (2024-07-10)
### Bug Fixes:
* properly interpolate module names in installer
## [v2.1.0](https://github.com/ash-project/ash_postgres/compare/v2.0.12...v2.1.0) (2024-07-10)
### Features:

View file

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