diff --git a/CHANGELOG.md b/CHANGELOG.md index 330450c..b04fff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.7.0 (2023-09-18) + +### Feature + +* Settings and auth_backends ([`be3d33b`](https://github.com/ocadotechnology/codeforlife-package-python/commit/be3d33b64cb362ca269a55235e9fbefe9cee1f16)) + ## v0.6.7 (2023-09-14) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index cef3ad0..eb64086 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.6.7" +__version__ = "0.7.0"