diff --git a/CHANGELOG.md b/CHANGELOG.md index ba23f7f..c20ffe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.1.5 - 2024-02-28 + ## 0.1.4 - 2024-02-27 ## 0.1.3 - 2024-02-27 diff --git a/pyproject.toml b/pyproject.toml index e57a688..cbec9c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ "Julian Janßen ", "Daniel Dittmar " ] -version="0.1.4" +version="0.1.5" description = "Official Python Package for creation of disy Cadenza analytics extensions" readme = "README.md" license = "Apache-2.0"