Skip to content

Commit 4c00102

Browse files
committed
Prepare for 2.4.1
1 parent 47b3026 commit 4c00102

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [2.4.1] - 2025-06-27
12+
13+
- Use Trusted Publishing to authenticate with PyPI when publishing.
14+
15+
This change is functionally identical to `2.4.0`.
16+
1117
## [2.4.0] - 2025-06-27
1218

1319
- Cache form id choices for 5 minutes

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

0 commit comments

Comments
 (0)