diff --git a/CHANGELOG.md b/CHANGELOG.md index c5fcc8c2..a19de983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ <!--next-version-placeholder--> +## v0.8.0 (2023-10-02) + +### Feature + +* Otp ([#12](https://github.com/ocadotechnology/codeforlife-package-python/issues/12)) ([`4923f02`](https://github.com/ocadotechnology/codeforlife-package-python/commit/4923f0294a176ab6228568446234397a7bc63ddf)) + ## v0.7.14 (2023-09-21) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index 5dcd2107..0f039df4 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.14" +__version__ = "0.8.0"