From ec76584bde2a11009e752710c84dc38a3e7d93a6 Mon Sep 17 00:00:00 2001 From: ngachung Date: Fri, 17 Jan 2025 16:35:33 +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 779757d..9795321 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.5.0] - 2025-01-17 +### Changed +- [#499](https://github.com/unity-sds/unity-data-services/pull/499) feat: duplicate granules diff index + ## [9.4.2] - 2025-01-17 ### Fixed - [#498](https://github.com/unity-sds/unity-data-services/pull/498) fix: restructure bbox for geoshape diff --git a/setup.py b/setup.py index a4ebb84..56205ab 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="cumulus_lambda_functions", - version="9.4.2", + version="9.5.0", packages=find_packages(), install_requires=install_requires, package_data={