From d9ded155f2cdcf39531bd07b2f9ab56d0a57a733 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:52:48 -0500 Subject: [PATCH] chore: update version + change log (#483) 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 fcb549f..7310bdb 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.3.0] - 2024-12-11 +### Changed +- [#482](https://github.com/unity-sds/unity-data-services/pull/482) feat: updated name spaces and naming of resources + ## [9.2.0] - 2024-12-09 ### Changed - [#478](https://github.com/unity-sds/unity-data-services/pull/478) feat: uds lib update diff --git a/setup.py b/setup.py index c2437d7..ae5f279 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="cumulus_lambda_functions", - version="9.2.0", + version="9.3.0", packages=find_packages(), install_requires=install_requires, package_data={