diff --git a/CHANGELOG.md b/CHANGELOG.md index 022d15d..598ff71 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). +## [9.1.2] - 2024-12-09 +### Fixed +- [#448](https://github.com/unity-sds/unity-data-services/pull/448) fix: wrong location archive keys + ## [9.1.1] - 2024-12-09 ### Fixed - [#475](https://github.com/unity-sds/unity-data-services/pull/475) fix: index to es is not setting bbox correctly diff --git a/setup.py b/setup.py index e092e45..e61258f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="cumulus_lambda_functions", - version="9.1.1", + version="9.1.2", packages=find_packages(), install_requires=install_requires, package_data={