diff --git a/CHANGELOG.md b/CHANGELOG.md index ca85575..ad64c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 0.11.0 (2023-12-14) + + +### ⚠ BREAKING CHANGES + +* improve stop points initialization (#90) + +### Features + +* improve stop points initialization ([#90](https://github.com/tellae/starling/issues/90)) ([b62d07f](https://github.com/tellae/starling/commit/b62d07fcb345c6b39d6e74afd4aaac72f2a108ef)) + ### 0.10.20 (2023-11-29) diff --git a/starling_sim/__init__.py b/starling_sim/__init__.py index 6b9bffb..ef2ad5b 100644 --- a/starling_sim/__init__.py +++ b/starling_sim/__init__.py @@ -3,4 +3,4 @@ """ #: Starling version -__version__ = "0.10.20" +__version__ = "0.11.0"