From 259ac0247fade78a6d447bac968b8881053c7c5c Mon Sep 17 00:00:00 2001 From: zerolab Date: Fri, 5 May 2023 15:51:24 +0100 Subject: [PATCH] Update CHANGELOG and bump version to 0.14.1 --- CHANGELOG.md | 12 ++++++++++-- src/wagtailmedia/__init__.py | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c15950..ebe570e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,14 @@ ## [Unreleased] -## [0.14.0] - 2023-02-15 +## [0.14.1] - 2023-05-05 + +### Changed + +- Updated the `SearchField` definition to remove `partial_match` and add corresponding `AutocompleteField`. by @jamesbiggs + Reference: https://docs.wagtail.org/en/stable/releases/5.0.html#elasticsearch-backend-no-longer-performs-partial-matching-on-search + +## [0.14.0] - 2023-04-23 ### Added @@ -230,7 +237,8 @@ Initial release --- -[unreleased]: https://github.com/torchbox/wagtailmedia/compare/v0.14.0...HEAD +[unreleased]: https://github.com/torchbox/wagtailmedia/compare/v0.14.1...HEAD +[0.14.0]: https://github.com/torchbox/wagtailmedia/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/torchbox/wagtailmedia/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/torchbox/wagtailmedia/compare/v0.12.0..v0.13.0 [0.12.0]: https://github.com/torchbox/wagtailmedia/compare/v0.11.0..v0.12.0 diff --git a/src/wagtailmedia/__init__.py b/src/wagtailmedia/__init__.py index 9e78220..f075dd3 100644 --- a/src/wagtailmedia/__init__.py +++ b/src/wagtailmedia/__init__.py @@ -1 +1 @@ -__version__ = "0.14.0" +__version__ = "0.14.1"