From 372c3fdbe04dfbc69031000eadfcd987fc156867 Mon Sep 17 00:00:00 2001 From: wphyojpl Date: Fri, 31 Jan 2025 20:38:23 +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 2005162..886ef6d 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.6.0] - 2025-01-31 +### Changed +- [#522](https://github.com/unity-sds/unity-data-services/pull/522) feat: api documentation + ## [9.5.1] - 2025-01-17 ### Fixed - [#502](https://github.com/unity-sds/unity-data-services/pull/502) fix: get granules pagination diff --git a/setup.py b/setup.py index 32c3851..67e91ec 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="cumulus_lambda_functions", - version="9.5.1", + version="9.6.0", packages=find_packages(), install_requires=install_requires, package_data={