File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
12
## [ 7.11.0] - 2024-07-22
9
13
### Changed
10
14
- [ #396 ] ( https://github.com/unity-sds/unity-data-services/pull/396 ) feat: adding daac archive config
Original file line number Diff line number Diff line change 22
22
23
23
setup (
24
24
name = "cumulus_lambda_functions" ,
25
- version = "7.11 .0" ,
25
+ version = "7.12 .0" ,
26
26
packages = find_packages (),
27
27
install_requires = install_requires ,
28
28
package_data = {
You can’t perform that action at this time.
0 commit comments