Skip to content

Commit 30e6b1e

Browse files
committed
Prepare release v2.2.0
1 parent 4fd54a7 commit 30e6b1e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## 2.2.0 (2024-03-07)
12+
1113
- Add support for Wagtail 6.0
1214
- Add support for Django 5.0
1315
- Drop support for Wagtail < 5.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, 1, 0)
1+
VERSION = (2, 2, 0)
22
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)