From eecfe20726abab8e08f4ff552272706ec9f03690 Mon Sep 17 00:00:00 2001 From: ngachung Date: Mon, 15 Apr 2024 18:49:02 +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 ecc8fda3..2dfb699d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#342](https://github.com/unity-sds/unity-data-services/pull/342) fix: no filename in main data.stac.json file - [#347](https://github.com/unity-sds/unity-data-services/pull/347) fix: downgrade pystac to 1.9 +## [7.3.0] - 2024-04-15 +### Changed +- [#362](https://github.com/unity-sds/unity-data-services/pull/362) feat: add health check ssm + ## [7.2.1] - 2024-04-08 ### Fixed - [#347](https://github.com/unity-sds/unity-data-services/pull/347) fix: downgrade pystac to 1.9 diff --git a/setup.py b/setup.py index 698e163d..a4aa1f83 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name="cumulus_lambda_functions", - version="7.2.1", + version="7.3.0", packages=find_packages(), install_requires=install_requires, package_data={