Skip to content

Commit b1cef1c

Browse files
authored
Merge pull request #41 from torchbox-forks/pre-release-2.3.0
Prep for release 2.3.0
2 parents 343a3cf + 5a9ae02 commit b1cef1c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [2.3.0] - 2025-06-05
12+
13+
- Allow the limit setting to work as expected: <https://github.com/torchbox/wagtail-jotform/pull/39>
14+
1115
- Add support/testing for Wagtail 6.3, 6.4 and 7.0
1216
- Add support/testing for Django 5.1 and 5.2
1317
- Drop testing for Django < 4.2

wagtail_jotform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (2, 2, 0)
1+
VERSION = (2, 3, 0)
22
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)