diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce580b3..a895e540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.11.2 (2024-01-31) + +### Fix + +* Type hint ([`64e8043`](https://github.com/ocadotechnology/codeforlife-package-python/commit/64e804355f198ce8595e1ac940f022f9e7c35749)) + ## v0.11.1 (2024-01-31) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index c831fba7..e86507ef 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.11.1" +__version__ = "0.11.2"