diff --git a/CHANGELOG.md b/CHANGELOG.md index af6d9bf..e2867a4 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.11.3 (2024-10-21) + + +### Bug Fixes + +* change default value of "stop_sequence_separator" config to ";" ([#94](https://github.com/tellae/starling/issues/94)) ([c0cd1c5](https://github.com/tellae/starling/commit/c0cd1c5a76cf73802880de52295fe770a6781c16)) + ### 0.11.2 (2024-05-27) diff --git a/starling_sim/__init__.py b/starling_sim/__init__.py index a6c0333..1d79e36 100644 --- a/starling_sim/__init__.py +++ b/starling_sim/__init__.py @@ -3,4 +3,4 @@ """ #: Starling version -__version__ = "0.11.2" +__version__ = "0.11.3"