From 0e14fd5086e9ac631b72060238610a366f692e3e Mon Sep 17 00:00:00 2001 From: wphyojpl Date: Tue, 3 Jun 2025 16:50:23 +0000 Subject: [PATCH] chore: update version + change log --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e297bdd..c5c2c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 =================================================================== +## [1.1.1.dev000801] - 2025-06-03 +### Fixed +- [#112](https://github.com/unity-sds/mdps-ds-lib/pull/112) chore: unit client updates + ## [1.1.1.dev000800] - 2025-05-21 ### Changed - [#110](https://github.com/unity-sds/mdps-ds-lib/pull/110) feat: allow sns to set external roles to publish messages diff --git a/pyproject.toml b/pyproject.toml index 0903b77..b4b37a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version="1.1.1.dev000800" +version="1.1.1.dev000801" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"