diff --git a/CHANGELOG.md b/CHANGELOG.md index 906b04b..e80273f 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.7.2 (2022-02-25) + + +### Features + +* added a new config parameter 'stop_sequence_separator' ([6207cc5](https://github.com/tellae/starling/commit/6207cc5eb9fc3fd2004e88150d0ebea2bce6518a)) + ### 0.7.1 (2022-01-26) diff --git a/starling_sim/version.py b/starling_sim/version.py index 6f14ef0..5a0f4c4 100644 --- a/starling_sim/version.py +++ b/starling_sim/version.py @@ -1,3 +1,3 @@ """Starling version""" -__version__ = "0.7.1" +__version__ = "0.7.2"