Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ababic committed Jul 29, 2024
1 parent fde2d73 commit 9e291e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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]

## [0.5.1] - 2024-07-29

### Fixed

- Video chooser URL generation @ababic

## [0.5] - 2024-07-29

### Fixed
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/wagtail_bynder/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5"
__version__ = "0.5.1"

0 comments on commit 9e291e1

Please sign in to comment.