diff --git a/CHANGELOG.md b/CHANGELOG.md index 939fcdc..05eb9b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.7.3 (2023-09-18) + +### Fix + +* Service base route ([`739b57e`](https://github.com/ocadotechnology/codeforlife-package-python/commit/739b57eb6d2504980472deb868fce96a1f0769b9)) + ## v0.7.2 (2023-09-18) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 32b50b7..c6d8868 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.7.2" +__version__ = "0.7.3"