diff --git a/CHANGELOG.md b/CHANGELOG.md index e80273f..a719472 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.3 (2022-03-14) + + +### Features + +* unify parameters filename ([#41](https://github.com/tellae/starling/issues/41)) ([93fdd22](https://github.com/tellae/starling/commit/93fdd2250e70065bc49cd6329ced5d62456e7c56)) + ### 0.7.2 (2022-02-25) diff --git a/starling_sim/version.py b/starling_sim/version.py index 5a0f4c4..8906ca7 100644 --- a/starling_sim/version.py +++ b/starling_sim/version.py @@ -1,3 +1,3 @@ """Starling version""" -__version__ = "0.7.2" +__version__ = "0.7.3"