From a7a46eee96d742a55d93ee4ff312825fa37f3619 Mon Sep 17 00:00:00 2001 From: ngachung Date: Wed, 25 Jun 2025 21:07:27 +0000 Subject: [PATCH] chore: update version + change log --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d502b5db..feb2d8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [9.15.1] - 2025-06-25 +### Fixed +- [#597](https://github.com/unity-sds/unity-data-services/pull/597) fix: collection deletion - adding cumulus execution deletions + ## [9.15.0] - 2025-06-03 ### Changed - [#591](https://github.com/unity-sds/unity-data-services/pull/591) feat: empty collection delete diff --git a/setup.py b/setup.py index 9c20ee35..e0d72ee8 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="cumulus_lambda_functions", - version="9.15.0", + version="9.15.1", packages=find_packages(), install_requires=install_requires, package_data={