From 49f2836b68f9038bd4deb19925e4a5b86ea484f1 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 24 Jun 2024 09:33:18 +0000 Subject: [PATCH] 0.17.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 b74f6f31..0011f32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.17.0 (2024-06-24) + +### Feature + +* Send triggered emails ([#121](https://github.com/ocadotechnology/codeforlife-package-python/issues/121)) ([`394cc1b`](https://github.com/ocadotechnology/codeforlife-package-python/commit/394cc1b9934befd3fc98fa19c4da00e83424d213)) + ## v0.16.12 (2024-06-19) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index b96ed5ea..7d0fcefd 100644 --- a/codeforlife/version.py +++ b/codeforlife/version.py @@ -5,4 +5,4 @@ # Do NOT set manually! # This is auto-updated by python-semantic-release in the pipeline. -__version__ = "0.16.12" +__version__ = "0.17.0"