From 39d45c3c57248132a24d23beef581b88b61f48a8 Mon Sep 17 00:00:00 2001 From: activate-account-bot <activate-account-bot@noreply.gitlab.developers.cam.ac.uk> Date: Wed, 19 Feb 2025 12:10:06 +0000 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 431f9f7..6ec7373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.0](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/1.0.0...1.1.0) (2025-02-19) + +### Features + +* add allowed recaptcha header ([c5e4774](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/c5e477451ba998c9c4c8f37a80e92a317b9be54d)) + +### Bug Fixes + +* include cors app correctly ([3ca45ce](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/3ca45ce1cb8800928b434d29fef8f173dc22789d)) + ## [1.0.0](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/0.19.0...1.0.0) (2025-02-19) ### âš BREAKING CHANGES diff --git a/pyproject.toml b/pyproject.toml index dbbffb0..0500f2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "activate_account" -version = "1.0.0" +version = "1.1.0" description = "" authors = [ ] readme = "README.md" -- GitLab