From e1e2af76f951d483c66ae84b191470b733bd60ea Mon Sep 17 00:00:00 2001 From: Andy Babic Date: Mon, 29 Jul 2024 20:01:32 +0100 Subject: [PATCH] Update CHANGELOG and version --- CHANGELOG.md | 3 +++ src/wagtail_bynder/__version__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea00e3..29ff588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.6] - 2024-07-29 + ### Added - BYNDER_MAX_DOCUMENT_FILE_SIZE and BYNDER_MAX_IMAGE_FILE_SIZE settings to guard against memory spikes when downloading asset files ([#31]https://github.com/torchbox/wagtail-bynder/pull/31) @ababic @@ -91,6 +93,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.6]: https://github.com/torchbox/wagtail-bynder/compare/v.0.5.1...v0.6 [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 diff --git a/src/wagtail_bynder/__version__.py b/src/wagtail_bynder/__version__.py index dd9b22c..4f20502 100644 --- a/src/wagtail_bynder/__version__.py +++ b/src/wagtail_bynder/__version__.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.6"