diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ee92cb..e238d207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.7.8 (2023-09-19) + +### Fix + +* Formatting ([`db5d384`](https://github.com/ocadotechnology/codeforlife-package-python/commit/db5d384a4c96a4a53d1da313bc8b077a9dada07e)) +* Django settings ([`0242b3b`](https://github.com/ocadotechnology/codeforlife-package-python/commit/0242b3b6586daa0ad4d7c2feb53e59c2e23a236e)) + ## v0.7.7 (2023-09-19) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 965374c1..7b0ba53d 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.7" +__version__ = "0.7.8"