Skip to content

Commit

Permalink
Update CHANGELOG and bump version to 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Feb 8, 2025
1 parent d3f9291 commit cdc2532
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.3] - 2025-02-08

### Fixed

- `ImageBlock` overrides in translations ([#854](https://github.com/wagtail/wagtail-localize/pull/854)) @Chadys

## [1.11.2] - 2025-01-31

### Fixed
Expand Down Expand Up @@ -390,7 +396,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.2...HEAD
[unreleased]: https://github.com/wagtail/wagtail-localize/compare/v1.11.3...HEAD
[1.11.3]: https://github.com/wagtail/wagtail-localize/compare/v1.11.2...v1.11.3
[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
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.2",
"version": "1.11.3",
"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, 2, "final", 0)
VERSION = (1, 11, 3, "final", 0)

__version__ = get_version(VERSION)

0 comments on commit cdc2532

Please sign in to comment.