From c2197762719189956374f739e9c2334722a6b59c Mon Sep 17 00:00:00 2001 From: wphyojpl Date: Mon, 9 Dec 2024 21:31:15 +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 50bd661..411497a 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.dev000100] - 2024-12-09 +### Changed +- [#84](https://github.com/unity-sds/mdps-ds-lib/pull/84) feat: coginto class update + ## [1.1.1] - 2024-12-09 - [#81](https://github.com/unity-sds/mdps-ds-lib/pull/81) release attempt 2 diff --git a/pyproject.toml b/pyproject.toml index f0510f5..c050910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version="1.1.1" +version="1.1.1.dev000100" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"