We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd54a7 commit 30e6b1eCopy full SHA for 30e6b1e
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
+## 2.2.0 (2024-03-07)
12
+
13
- Add support for Wagtail 6.0
14
- Add support for Django 5.0
15
- Drop support for Wagtail < 5.2
wagtail_jotform/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (2, 1, 0)
+VERSION = (2, 2, 0)
2
__version__ = ".".join(map(str, VERSION))
0 commit comments