From 832d52d8c4613e07c4a0f739c094946553fbd8f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:52:51 -0800 Subject: [PATCH] chore: update version + change log (#456) Co-authored-by: wphyojpl --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b13a472..88f46bf 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). +## [8.1.2] - 2024-10-30 +### Fixed +- [#455](https://github.com/unity-sds/unity-data-services/pull/455) fix: updated marketplace bucket policy to require ssl + ## [8.1.1] - 2024-10-16 ### Fixed - [#449](https://github.com/unity-sds/unity-data-services/pull/449) fix: use dlq to avoid sqs bottleneck + ignore both none & empty array in validation diff --git a/setup.py b/setup.py index 1ecfd5a..2ca139c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="cumulus_lambda_functions", - version="8.1.1", + version="8.1.2", packages=find_packages(), install_requires=install_requires, package_data={