diff --git a/CHANGELOG.md b/CHANGELOG.md index ce22638..09cca2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## 0.16 +### 0.16.9 + +- fix: Support for duplicate PostgreSQL trigger names. +- fix: Parsing quoted ACL usernames at end of input. + ### 0.16.8 - fix: Adds schema support to audit functions (that is, they will now be created in the schema of the table to avoid conflicts). diff --git a/pyproject.toml b/pyproject.toml index 5351662..121e188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlalchemy-declarative-extensions" -version = "0.16.8" +version = "0.16.9" authors = [{ name = "Dan Cardin", email = "ddcardin@gmail.com" }] description = "Library to declare additional kinds of objects not natively supported by SQLAlchemy/Alembic." license = { file = "LICENSE" }