diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfaaf76..458d5065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.18.13 (2024-09-25) + +### Fix + +* Portal frontend 52 ([#136](https://github.com/ocadotechnology/codeforlife-package-python/issues/136)) ([`5460bbf`](https://github.com/ocadotechnology/codeforlife-package-python/commit/5460bbfa86bc777211d630d28fa3e761d6f8948a)) + ## v0.18.12 (2024-09-18) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 7f1acee1..2bbf6235 100644 --- a/codeforlife/version.py +++ b/codeforlife/version.py @@ -5,4 +5,4 @@ # Do NOT set manually! # This is auto-updated by python-semantic-release in the pipeline. -__version__ = "0.18.12" +__version__ = "0.18.13"