From 18f35e0780ead6cb6120585ba2e5b35c3344227b Mon Sep 17 00:00:00 2001 From: ngachung Date: Wed, 24 Apr 2024 16:08:59 +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 4bc19b4c..d0681cd0 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.5.0] - 2024-04-24 +### Changed +- [#365](https://github.com/unity-sds/unity-data-services/pull/365) feat: add granuile cnm ingester tf + ## [7.4.0] - 2024-04-15 ### Changed - [#361](https://github.com/unity-sds/unity-data-services/pull/361) feat: uploading successful feature collection to s3 diff --git a/setup.py b/setup.py index fb1bd221..147aa4fd 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name="cumulus_lambda_functions", - version="7.4.0", + version="7.5.0", packages=find_packages(), install_requires=install_requires, package_data={