From 2dc910eeeb62bf84c3bb2c87bfa1bab72d81f92c Mon Sep 17 00:00:00 2001 From: Wes Kendall Date: Mon, 26 Aug 2024 09:06:21 -0500 Subject: [PATCH] 4.12 release notes and version bump (#159) * 4.12 release * Fix release notes --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a45ec67..e95b9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 3ab91e1..aedc1ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [