From 093f3cf3e715de226a54b84bdf8ca20678584640 Mon Sep 17 00:00:00 2001 From: wphyojpl Date: Thu, 24 Apr 2025 15:55: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 be7508e..7f1c125 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.dev000701] - 2025-04-24 +### Fixed +- [#106](https://github.com/unity-sds/mdps-ds-lib/pull/106) fix: case insensitivity + ## [1.1.1.dev000700] - 2025-04-09 ### Changed - [#104](https://github.com/unity-sds/mdps-ds-lib/pull/104) feat: using single collection endpoint to retrieve the collection details diff --git a/pyproject.toml b/pyproject.toml index dc23187..b56c8a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version="1.1.1.dev000700" +version="1.1.1.dev000701" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"