From c34212d95d3d21a7f2a9be2f340a5934e73b9f67 Mon Sep 17 00:00:00 2001 From: wphyojpl Date: Mon, 3 Feb 2025 16:29:52 +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 46c1c5c..4376d83 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-02-03 +### Changed +- [#517](https://github.com/unity-sds/unity-data-services/pull/517) feat: stac browser oidc cookie + ## [9.5.2] - 2025-01-31 ### Fixed - [#524](https://github.com/unity-sds/unity-data-services/pull/524) fix: default boto3 from aws already has s3transfer library diff --git a/setup.py b/setup.py index 286e993..67e91ec 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="cumulus_lambda_functions", - version="9.5.2", + version="9.6.0", packages=find_packages(), install_requires=install_requires, package_data={