From 75f029dd1dba32a0292929288ba248ec02192b14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:41:56 -0800 Subject: [PATCH] chore: update version + change log (#487) Co-authored-by: ngachung --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7310bdb..cfddfd9 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.4.0] - 2024-12-16 +### Changed +- [#485](https://github.com/unity-sds/unity-data-services/pull/485) feat: delete granule endpoint + ## [9.3.0] - 2024-12-11 ### Changed - [#482](https://github.com/unity-sds/unity-data-services/pull/482) feat: updated name spaces and naming of resources diff --git a/setup.py b/setup.py index ae5f279..9604478 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="cumulus_lambda_functions", - version="9.3.0", + version="9.4.0", packages=find_packages(), install_requires=install_requires, package_data={