Skip to content

Commit d5b516f

Browse files
Add release note and version upgrade for 3.9.1 (#248)
1 parent 8bab0d2 commit d5b516f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.9.1 (2025-12-11)
4+
5+
#### Changes
6+
7+
- Update CHANGELOG with migration note by [@mlissner](https://github.com/mlissner) in [#246](https://github.com/AmbitionEng/django-pghistory/pull/246).
8+
- Add connection pooling proxy section to performance doc by [@mlissner](https://github.com/mlissner) in [#247](https://github.com/AmbitionEng/django-pghistory/pull/247).
9+
310
## 3.9.0 (2025-11-30)
411

512
#### Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages = [
3030
exclude = [
3131
"*/tests/"
3232
]
33-
version = "3.9.0"
33+
version = "3.9.1"
3434
description = "History tracking for Django and Postgres"
3535
authors = ["Wes Kendall"]
3636
classifiers = [

0 commit comments

Comments
 (0)