From 016817b1d2e6ada933d7b284e8f07c2a155acd8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 08:40:38 -0800 Subject: [PATCH] chore: update version + change log (#507) 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 9795321..2005162 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.1] - 2025-01-17 +### Fixed +- [#502](https://github.com/unity-sds/unity-data-services/pull/502) fix: get granules pagination + ## [9.5.0] - 2025-01-17 ### Changed - [#499](https://github.com/unity-sds/unity-data-services/pull/499) feat: duplicate granules diff index diff --git a/setup.py b/setup.py index 56205ab..32c3851 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="cumulus_lambda_functions", - version="9.5.0", + version="9.5.1", packages=find_packages(), install_requires=install_requires, package_data={