From 04bdc323a01bbd5f23ce18e4a5f191b7f5b025bb Mon Sep 17 00:00:00 2001 From: wphyojpl Date: Mon, 9 Dec 2024 17:32:23 +0000 Subject: [PATCH] chore: update version + change log --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a3ccde..50bd661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 =================================================================== +## [1.1.1] - 2024-12-09 + +- [#81](https://github.com/unity-sds/mdps-ds-lib/pull/81) release attempt 2 + +----------------------------------------- ## [1.1.0.dev000005] - 2024-12-09 ### Fixed - [#79](https://github.com/unity-sds/mdps-ds-lib/pull/79) chore: dummy commit diff --git a/pyproject.toml b/pyproject.toml index 0ba2098..f0510f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version="1.1.0.dev000005" +version="1.1.1" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"