diff --git a/CHANGELOG.md b/CHANGELOG.md index a059b848..c5fcc8c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.7.14 (2023-09-21) + +### Fix + +* Rename authentication to auth ([`27ab354`](https://github.com/ocadotechnology/codeforlife-package-python/commit/27ab35488e163ca15308145a7837adf53299000c)) + ## v0.7.13 (2023-09-21) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index b98565c7..5dcd2107 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.13" +__version__ = "0.7.14"