diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3e16cd..12cc5d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3alpha4] - 2022-09-22 + +### Fixed + +- [Missing modal include on the edit translation page](https://github.com/wagtail/wagtail-localize/issues/618) + +### Removed + +- [Support for Wagtail < 2.15](https://github.com/wagtail/wagtail-localize/pull/617) + ## [1.3alpha3] - 2022-09-20 ### Fixed diff --git a/wagtail_localize/__init__.py b/wagtail_localize/__init__.py index ddb3bff3..310f5eac 100644 --- a/wagtail_localize/__init__.py +++ b/wagtail_localize/__init__.py @@ -2,6 +2,6 @@ # release must be one of alpha, beta, rc, or final -VERSION = (1, 3, 0, "alpha", 3) +VERSION = (1, 3, 0, "alpha", 4) __version__ = get_version(VERSION)