diff --git a/CHANGELOG.md b/CHANGELOG.md index dede80b4..7de01477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.6.6 (2023-09-14) + +### Fix + +* Add user type ([`eda7fb7`](https://github.com/ocadotechnology/codeforlife-package-python/commit/eda7fb72862aecfc5b055e512da8fc1e73ec39cd)) + ## v0.6.5 (2023-09-14) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 3ae134fb..ff3973b4 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.6.5" +__version__ = "0.6.6"