Skip to content

Commit

Permalink
Bump version to 1.11.2 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jan 31, 2025
1 parent a257746 commit 9308650
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion 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.11.2] - 2025-01-31

### Fixed

- Better handling of nested `ImageBlock`s ([#850](https://github.com/wagtail/wagtail-localize/pull/850))

## [1.11.1] - 2025-12-24

### Fixed
Expand Down Expand Up @@ -384,7 +390,8 @@ 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.11.1...HEAD
[unreleased]: https://github.com/wagtail/wagtail-localize/compare/v1.11.2...HEAD
[1.11.2]: https://github.com/wagtail/wagtail-localize/compare/v1.11.1...v1.11.2
[1.11.1]: https://github.com/wagtail/wagtail-localize/compare/v1.11...v1.11.1
[1.11]: https://github.com/wagtail/wagtail-localize/compare/v1.10...v1.11
[1.10]: https://github.com/wagtail/wagtail-localize/compare/v1.9.1...v1.10
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.11.1",
"version": "1.11.2",
"private": "true",
"repository": {
"type": "git",
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, 11, 1, "final", 0)
VERSION = (1, 11, 2, "final", 0)

__version__ = get_version(VERSION)

0 comments on commit 9308650

Please sign in to comment.