From ffa973606befacdb6be89c78aaeacff8e780bcf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:21:30 -0700 Subject: [PATCH] chore: update version + change log (#370) Co-authored-by: wphyojpl --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0681cd0..0fe9aaca 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.6.0] - 2024-05-13 +### Changed +- [#368](https://github.com/unity-sds/unity-data-services/pull/368) feat: adding automated ingestion lambda + ## [7.5.0] - 2024-04-24 ### Changed - [#365](https://github.com/unity-sds/unity-data-services/pull/365) feat: add granuile cnm ingester tf diff --git a/setup.py b/setup.py index 147aa4fd..be5c1e86 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name="cumulus_lambda_functions", - version="7.5.0", + version="7.6.0", packages=find_packages(), install_requires=install_requires, package_data={