From 460060e6057981851d16addb299e4a1b95d8637f Mon Sep 17 00:00:00 2001 From: zerolab Date: Fri, 12 Apr 2024 12:53:19 +0100 Subject: [PATCH] Bump version to v0.25 --- CHANGELOG.md | 13 ++++++++++++- grapple/__init__.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a7a1e1..43280b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Unreleased +## [0.25.0] - 2024-04-12 + +### Changed + +- Add support for Wagtail 6, Django 5 ([#387](https://github.com/torchbox/wagtail-grapple/pull/387)) @Morsey187 + +### Removed + +- Support for Django < 4.2, Wagtail < 5.2 + ## [0.24.0] - 2024-01-05 @@ -369,7 +379,8 @@ - Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28)) - Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29)) -[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.24.0...HEAD +[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.0...HEAD +[0.25.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.24.0...v0.25.0 [0.24.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.23.0...v0.24.0 [0.23.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.22.0...v0.23.0 [0.22.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.21.0...v0.22.0 diff --git a/grapple/__init__.py b/grapple/__init__.py index 770bb8d0..6fea77c0 100644 --- a/grapple/__init__.py +++ b/grapple/__init__.py @@ -1 +1 @@ -__version__ = "0.24.0" +__version__ = "0.25.0"