Skip to content

Commit

Permalink
3.4.4 release (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleykendall authored Sep 28, 2024
1 parent 58a5513 commit 87f1c05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ For information on setting up django-pghistory for development and contributing
- @pablogadhi
- @xaitec
- @foobarna
- @pmdevita
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 87f1c05

Please sign in to comment.