diff --git a/CHANGELOG.md b/CHANGELOG.md index 109014c..1d72152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.5.1] - 2024-07-29 + +### Fixed + +- Video chooser URL generation @ababic + ## [0.5] - 2024-07-29 ### Fixed @@ -79,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release [unreleased]: https://github.com/torchbox/wagtail-bynder/compare/v0.5...HEAD +[0.5.1]: https://github.com/torchbox/wagtail-bynder/compare/v.0.5...v0.5.1 [0.5]: https://github.com/torchbox/wagtail-bynder/compare/v.0.4...v0.5 [0.4.1]: https://github.com/torchbox/wagtail-bynder/compare/v.0.4...v0.4.1 [0.4]: https://github.com/torchbox/wagtail-bynder/compare/v.0.3...v0.4 diff --git a/src/wagtail_bynder/__version__.py b/src/wagtail_bynder/__version__.py index 5269a2a..dd9b22c 100644 --- a/src/wagtail_bynder/__version__.py +++ b/src/wagtail_bynder/__version__.py @@ -1 +1 @@ -__version__ = "0.5" +__version__ = "0.5.1"