Skip to content

Commit 881b192

Browse files
committed
Prepare for 2.4.0
1 parent 7c55b22 commit 881b192

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [2.4.0] - 2025-06-27
12+
13+
- Cache form id choices for 5 minutes
14+
- Stop unnecessarily loading choices when form models are created
15+
1116
## [2.3.0] - 2025-06-05
1217

1318
- Allow the limit setting to work as expected: <https://github.com/torchbox/wagtail-jotform/pull/39>

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, 3, 0)
1+
VERSION = (2, 4, 0)
22
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)