Skip to content

Commit

Permalink
4.12 release notes and version bump (#159)
Browse files Browse the repository at this point in the history
* 4.12 release

* Fix release notes
  • Loading branch information
wesleykendall authored Aug 26, 2024
1 parent 8b24aad commit 2dc910e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.12.0 (2024-08-26)

#### Fixes

- Support proxy models with non-model or abstract inheritance by [@g-nie](https://github.com/g-nie) and [@SafaAlfulaij](https://github.com/SafaAlfulaij) in [#158](https://github.com/Opus10/django-pgtrigger/pull/158) and [#154](https://github.com/Opus10/django-pgtrigger/pull/154).
- Fix makemigrations issues with Django 5.1 by [@pfouque](https://github.com/pfouque) in [#165](https://github.com/Opus10/django-pgtrigger/pull/156).

#### Changes

- Django 5.1 testing, dropped Django 3.2 / Postgres 12 support by [@wesleykendall](https://github.com/wesleykendall) in [#157](https://github.com/Opus10/django-pgtrigger/pull/157).

## 4.11.1 (2024-04-06)

#### Trivial
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages = [
exclude = [
"*/tests/"
]
version = "4.11.1"
version = "4.12.0"
description = "Postgres trigger support integrated with Django models."
authors = ["Wes Kendall"]
classifiers = [
Expand Down

0 comments on commit 2dc910e

Please sign in to comment.