diff --git a/CHANGELOG.md b/CHANGELOG.md index 462459c..9b00f39 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.9 (2022-04-12) + + +### Bug Fixes + +* missing date parameter crash ([#48](https://github.com/tellae/starling/issues/48)) ([10d5b03](https://github.com/tellae/starling/commit/10d5b03e28e9f761ca438c39079ddd2466f51b42)) + ### 0.7.8 (2022-04-08) diff --git a/starling_sim/version.py b/starling_sim/version.py index 24e430f..56431b9 100644 --- a/starling_sim/version.py +++ b/starling_sim/version.py @@ -1,3 +1,3 @@ """Starling version""" -__version__ = "0.7.8" +__version__ = "0.7.9"