Skip to content

Commit

Permalink
Bump version to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Mar 5, 2024
1 parent cdb018b commit 087a811
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.8.2] - 2024-05-05

### Fixed

- Added missing `{% load wagtailadmin_tags %}` in the legacy locales icon include

## [1.8.1] - 2024-02-25

### Fixed
Expand Down Expand Up @@ -308,8 +314,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [Make sure field level validation runs when translating snippets](https://github.com/wagtail/wagtail-localize/pull/427)

[unreleased]: https://github.com/wagtail/wagtail-localize/compare/v1.8.1...HEAD
[1.8]: https://github.com/wagtail/wagtail-localize/compare/v1.8...v1.8.1
[unreleased]: https://github.com/wagtail/wagtail-localize/compare/v1.8.2...HEAD
[1.8.2]: https://github.com/wagtail/wagtail-localize/compare/v1.8.1...v1.8.2
[1.8.1]: https://github.com/wagtail/wagtail-localize/compare/v1.8...v1.8.1
[1.8]: https://github.com/wagtail/wagtail-localize/compare/v1.7...v1.8
[1.8beta1]: https://github.com/wagtail/wagtail-localize/compare/v1.7...v1.8-beta.1
[1.7]: https://github.com/wagtail/wagtail-localize/compare/v1.7rc1...v1.7
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wagtail-localize-admin",
"version": "1.8.1",
"version": "1.8.2",
"description": "",
"main": "src/main.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wagtail_localize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


# release must be one of alpha, beta, rc, or final
VERSION = (1, 8, 1, "final", 1)
VERSION = (1, 8, 2, "final", 1)

__version__ = get_version(VERSION)

0 comments on commit 087a811

Please sign in to comment.