diff --git a/CHANGELOG.md b/CHANGELOG.md index af444ab..d65e216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.13.1 (2024-11-11) + +#### Fixes + + - Properly support `psycopg.sql.SQL` and `psycopg.sql.Composed` objects for query execution when ignoring triggers by [@max-muoto](https://github.com/max-muoto) in [#177](https://github.com/Opus10/django-pgtrigger/pull/177). + ## 4.13.0 (2024-11-01) #### Fixes diff --git a/pyproject.toml b/pyproject.toml index f926b92..68986de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ packages = [ exclude = [ "*/tests/" ] -version = "4.13.0" +version = "4.13.1" description = "Postgres trigger support integrated with Django models." authors = ["Wes Kendall"] classifiers = [