Skip to content

Commit 0de5436

Browse files
committed
Update CHANGELOG and bump version to 0.14.2
1 parent 22508ba commit 0de5436

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
## [Unreleased]
55

6+
## [0.14.2] - 2023-06-08
7+
8+
### Changed
9+
10+
- Fixed the edit url in choosers. @zerolab
11+
12+
613
## [0.14.1] - 2023-05-05
714

815
### Changed
@@ -238,7 +245,8 @@ Initial release
238245
---
239246

240247
[unreleased]: https://github.com/torchbox/wagtailmedia/compare/v0.14.1...HEAD
241-
[0.14.0]: https://github.com/torchbox/wagtailmedia/compare/v0.14.0...v0.14.1
248+
[0.14.2]: https://github.com/torchbox/wagtailmedia/compare/v0.14.1...v0.14.2
249+
[0.14.1]: https://github.com/torchbox/wagtailmedia/compare/v0.14.0...v0.14.1
242250
[0.14.0]: https://github.com/torchbox/wagtailmedia/compare/v0.13.0...v0.14.0
243251
[0.13.0]: https://github.com/torchbox/wagtailmedia/compare/v0.12.0..v0.13.0
244252
[0.12.0]: https://github.com/torchbox/wagtailmedia/compare/v0.11.0..v0.12.0

src/wagtailmedia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.1"
1+
__version__ = "0.14.2"

0 commit comments

Comments
 (0)