Skip to content

Commit 33310ae

Browse files
chore: update version + change log (#367)
Co-authored-by: ngachung <wai.phyo@jpl.nasa.gov>
1 parent ac4e886 commit 33310ae

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+
## [7.5.0] - 2024-04-24
9+
### Changed
10+
- [#365](https://github.com/unity-sds/unity-data-services/pull/365) feat: add granuile cnm ingester tf
11+
812
## [7.4.0] - 2024-04-15
913
### Changed
1014
- [#361](https://github.com/unity-sds/unity-data-services/pull/361) feat: uploading successful feature collection to s3

setup.py

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

2323
setup(
2424
name="cumulus_lambda_functions",
25-
version="7.4.0",
25+
version="7.5.0",
2626
packages=find_packages(),
2727
install_requires=install_requires,
2828
package_data={

0 commit comments

Comments
 (0)