Skip to content

Commit 8614c1f

Browse files
committed
Update CHANGELOG and bump version to 0.14.4
1 parent 8007157 commit 8614c1f

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
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.14.4] - 2023-08-01
6+
7+
### Changed
8+
9+
- Usage of `insert_editor_css` with `insert_global_admin_css` ([#218](https://github.com/torchbox/wagtailmedia/pull/218)) @jamesbiggs
10+
511
## [0.14.3] - 2023-07-19
612

713
### Added
@@ -262,7 +268,9 @@ Initial release
262268

263269
---
264270

265-
[unreleased]: https://github.com/torchbox/wagtailmedia/compare/v0.14.1...HEAD
271+
[unreleased]: https://github.com/torchbox/wagtailmedia/compare/v0.14.4...HEAD
272+
[0.14.4]: https://github.com/torchbox/wagtailmedia/compare/v0.14.3...v0.14.4
273+
[0.14.3]: https://github.com/torchbox/wagtailmedia/compare/v0.14.2...v0.14.3
266274
[0.14.2]: https://github.com/torchbox/wagtailmedia/compare/v0.14.1...v0.14.2
267275
[0.14.1]: https://github.com/torchbox/wagtailmedia/compare/v0.14.0...v0.14.1
268276
[0.14.0]: https://github.com/torchbox/wagtailmedia/compare/v0.13.0...v0.14.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.3"
1+
__version__ = "0.14.4"

0 commit comments

Comments
 (0)