From f3ee0b730dbce9fa23ee1b8a6d29e7e157ab7269 Mon Sep 17 00:00:00 2001 From: ngachung Date: Wed, 3 Apr 2024 00:00:04 +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 fbdbaba1..ed52502c 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). +## [7.2.0] - 2024-04-03 +### Changed +- [#344](https://github.com/unity-sds/unity-data-services/pull/344) feat: update stac catalog list + ## [7.1.1] - 2024-04-02 ### Fixed - [#342](https://github.com/unity-sds/unity-data-services/pull/342) fix: no filename in main data.stac.json file diff --git a/setup.py b/setup.py index 7571c876..32b18dd8 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="cumulus_lambda_functions", - version="7.1.1", + version="7.2.0", packages=find_packages(), install_requires=install_requires, package_data={