Skip to content

Commit 3685675

Browse files
authored
Merge pull request #28 from torchbox/release-prep
Prep for release 2.0.1
2 parents 2ee901f + 30d2d25 commit 3685675

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
10+
11+
## 2.0.1 (2023-07-27)
12+
13+
- Improve developer documentation
14+
- Support for wagtail 4.2
15+
- Support for Wagtail 5.0
16+
17+
## v2.0.0 (2022-10-24)
18+
19+
- Update for wagtail 4
20+
21+
## v1.0.6 (2022-06-17)
22+
23+
- Version bump

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

0 commit comments

Comments
 (0)