From 87f1c052eeeca3c343f2b44b7d200af1ca68bdce Mon Sep 17 00:00:00 2001 From: Wes Kendall Date: Fri, 27 Sep 2024 20:39:35 -0500 Subject: [PATCH] 3.4.4 release (#169) --- CHANGELOG.md | 6 ++++++ README.md | 1 + pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af5c287..9704df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.4.4 (2024-09-27) + +#### Fixes + + - Fix db_column not being passed through on tracked AutoFields by [@pmdevita](https://github.com/pmdevita) in [#166](https://github.com/Opus10/django-pghistory/pull/168). + ## 3.4.3 (2024-09-14) #### Fixes diff --git a/README.md b/README.md index c952789..027cc51 100644 --- a/README.md +++ b/README.md @@ -98,3 +98,4 @@ For information on setting up django-pghistory for development and contributing - @pablogadhi - @xaitec - @foobarna +- @pmdevita diff --git a/pyproject.toml b/pyproject.toml index 147c63d..4dfdef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ packages = [ exclude = [ "*/tests/" ] -version = "3.4.3" +version = "3.4.4" description = "History tracking for Django and Postgres" authors = ["Wes Kendall"] classifiers = [