diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd1686a..7ad93d9b 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.13.0] - 2024-08-12 +### Changed +- [#402](https://github.com/unity-sds/unity-data-services/pull/402) feat: daac sender + receiver logic + ## [7.12.2] - 2024-08-06 ### Fixed - [#407](https://github.com/unity-sds/unity-data-services/pull/407) fix: download from http with stream enabled diff --git a/setup.py b/setup.py index 9bc13b41..5d8609cb 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name="cumulus_lambda_functions", - version="7.12.2", + version="7.13.0", packages=find_packages(), install_requires=install_requires, package_data={