Skip to content

Commit f68b04b

Browse files
chore: update version + change log (#401)
Co-authored-by: ngachung <wai.phyo@jpl.nasa.gov>
1 parent 322e9ca commit f68b04b

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.12.0] - 2024-07-23
9+
### Changed
10+
- [#398](https://github.com/unity-sds/unity-data-services/pull/398) feat: add mock daac lambda logic
11+
812
## [7.11.0] - 2024-07-22
913
### Changed
1014
- [#396](https://github.com/unity-sds/unity-data-services/pull/396) feat: adding daac archive config

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.11.0",
25+
version="7.12.0",
2626
packages=find_packages(),
2727
install_requires=install_requires,
2828
package_data={

0 commit comments

Comments
 (0)