diff --git a/CHANGELOG.md b/CHANGELOG.md index 1283c5a9..2b60455f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.8.2 (2023-10-02) + +### Fix + +* Service name not found pattern ([#15](https://github.com/ocadotechnology/codeforlife-package-python/issues/15)) ([`da41930`](https://github.com/ocadotechnology/codeforlife-package-python/commit/da41930b83dde127cf5c37d525c7466a3189efd7)) + ## v0.8.1 (2023-10-02) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 1555d8f6..d084e0c8 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.8.1" +__version__ = "0.8.2"