Skip to content

Commit ef5aabe

Browse files
committed
Bump version to 0.2.1
1 parent c9c4ddc commit ef5aabe

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.1] - 2022-02-01
11+
12+
## Fixed
13+
- Deprecated settings not handled correctly. Thanks to @Schille for the report.
14+
1015
## [0.2.0] - 2022-01-30
1116

1217
This release adds a number of useful features such as a default client URL placeholder,
@@ -28,7 +33,7 @@ WAGTAIL_HEADLESS_PREVIEW = {
2833

2934
- Add support for a `{SITE_ROOT_URL}` placeholder in "default" preview client URL ([#20](https://github.com/torchbox/wagtail-headless-preview/pull/20)) - Thanks @jaap3
3035
- Add [pre-commit](https://pre-commit.com/) support ([#21](https://github.com/torchbox/wagtail-headless-preview/pull/21)) - @zerolab
31-
- Add `HeadlessMixin` and `HeadlessServeMixin` ([#22](https://github.com/torchbox/wagtail-headless-preview/pull/22)) - @zerolab
36+
- Add `HeadlessMixin` and `HeadlessServeMixin` ([#22](https://github.com/torchbox/wagtail-headless-preview/pull/22)) - @zerolab based on code from @tbrlpld
3237
- Add setting to redirect to the client preview URL ([#23](https://github.com/torchbox/wagtail-headless-preview/pull/23)) - @zerolab based on real world code from @jaap3
3338

3439
### Changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 2, 0)
1+
VERSION = (0, 2, 1)
22
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)