diff --git a/CHANGELOG.md b/CHANGELOG.md index afd1dd5b..bfbf06b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.9.6 (2024-01-25) + +### Fix + +* Remove broken import ([`9d5eff5`](https://github.com/ocadotechnology/codeforlife-package-python/commit/9d5eff5c1de41cd143e7301a4ef01f30db72fd92)) +* Model view set test case ([#62](https://github.com/ocadotechnology/codeforlife-package-python/issues/62)) ([`8288825`](https://github.com/ocadotechnology/codeforlife-package-python/commit/8288825d624383856a6e80b76ce6380c1f793bfc)) + ## v0.9.5 (2024-01-24) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 671f8ba8..1025dce1 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.5" +__version__ = "0.9.6"