diff --git a/CHANGELOG.md b/CHANGELOG.md index 68cea02..6ed8373 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.dev000500] - 2025-03-24 +### Changed +- [#100](https://github.com/unity-sds/mdps-ds-lib/pull/100) feat: new client cli methods + ## [1.1.1.dev000401] - 2025-03-04 ### Fixed - [#98](https://github.com/unity-sds/mdps-ds-lib/pull/98) fix: client updates diff --git a/pyproject.toml b/pyproject.toml index e8d390d..33129c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version="1.1.1.dev000401" +version="1.1.1.dev000500" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"