diff --git a/CHANGELOG.md b/CHANGELOG.md index cf169b5..e297bdd 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.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 + ## [1.1.1.dev000702] - 2025-05-13 ### Fixed - [#108](https://github.com/unity-sds/mdps-ds-lib/pull/108) fix: stage out error diff --git a/pyproject.toml b/pyproject.toml index eab8e21..0903b77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version="1.1.1.dev000702" +version="1.1.1.dev000800" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"