diff --git a/CHANGELOG.md b/CHANGELOG.md index efd8b84a..f741156d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.9.4 (2024-01-23) + +### Fix + +* Model view set test case ([#60](https://github.com/ocadotechnology/codeforlife-package-python/issues/60)) ([`9fd9129`](https://github.com/ocadotechnology/codeforlife-package-python/commit/9fd9129b2b96b1f64363ca6dfd9a9c796be176a7)) + ## v0.9.3 (2023-12-11) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 73417266..6380c57d 100644 --- a/codeforlife/version.py +++ b/codeforlife/version.py @@ -1,3 +1,3 @@ # Do NOT set manually! # This is auto-updated by python-semantic-release in the pipeline. -__version__ = "0.9.3" +__version__ = "0.9.4"