diff --git a/CHANGELOG.md b/CHANGELOG.md index cde8a95..1ef9880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.10.5 (2022-10-20) + + +### Bug Fixes + +* remove wrong imports ([#72](https://github.com/tellae/starling/issues/72)) ([7ece11d](https://github.com/tellae/starling/commit/7ece11d547e5cdc93176ba7a092733df621e0f1a)) + ### 0.10.4 (2022-10-19) diff --git a/starling_sim/__init__.py b/starling_sim/__init__.py index 105d98a..ec05999 100644 --- a/starling_sim/__init__.py +++ b/starling_sim/__init__.py @@ -3,4 +3,4 @@ """ #: Starling version -__version__ = "0.10.4" +__version__ = "0.10.5"