From 5fb23069bb2ca1ccd9a1e9e5d3db1841d2758fd1 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 2 Oct 2023 09:17:02 +0000 Subject: [PATCH] 0.8.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ codeforlife/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5fcc8c2..a19de983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## 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"