Skip to content

Commit 3ece102

Browse files
chore: update version + change log (#533)
Co-authored-by: wphyojpl <wai.phyo@jpl.nasa.gov>
1 parent 77a18c9 commit 3ece102

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [9.7.0] - 2025-02-10
9+
### Changed
10+
- [#521](https://github.com/unity-sds/unity-data-services/pull/521) feat: gemx branch
11+
812
## [9.6.0] - 2025-02-03
913
### Changed
1014
- [#517](https://github.com/unity-sds/unity-data-services/pull/517) feat: stac browser oidc cookie

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="cumulus_lambda_functions",
15-
version="9.6.0",
15+
version="9.7.0",
1616
packages=find_packages(),
1717
install_requires=install_requires,
1818
package_data={

0 commit comments

Comments
 (0)