diff --git a/CHANGELOG.md b/CHANGELOG.md index b101923..6573201 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.0.dev000001] - 2024-12-09 +### Fixed +- [#70](https://github.com/unity-sds/mdps-ds-lib/pull/70) fix: catalog links should not have colon + ## [1.1.0] - 2024-12-03 - [#67](https://github.com/unity-sds/mdps-ds-lib/pull/67) release 1.1.0 diff --git a/pyproject.toml b/pyproject.toml index 392bbd5..75c52a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version="1.1.0" +version="1.1.0.dev000001" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"