From 9f21a2bcd22446d9428b4729975c21a449bf8e9c Mon Sep 17 00:00:00 2001 From: Jared Crawford Date: Wed, 5 Jul 2023 17:24:45 -0500 Subject: [PATCH] Prep changelog for 1.5.0 release --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5cc38a4d14..be84a55d8b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,9 @@ Changelog Unreleased ~~~~~~~~~~~~~~~~~~~~ + +1.5.0 - `2023-07-05` +~~~~~~~~~~~~~~~~~~~~ Fixed a bug where S3 deletes wouldn't work due to not respecting the configured exportPlugin. Flask 2.3.2 Upgrade. Implemented Click CLI.