From dc18e5aad94655023e446b601430b3c9ebcdbc31 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 09:51:10 +0000 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1430f4d..431f9f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [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 + +* add internal API endpoint for deleting lockouts + +### Features + +* add internal API endpoint for deleting lockouts ([5f7f190](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/5f7f1902cbaaae64c6070b1fa09635f9a6710dd1)) + ## [0.19.0](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/0.18.0...0.19.0) (2025-02-13) ### Features diff --git a/pyproject.toml b/pyproject.toml index c222759..dbbffb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "activate_account" -version = "0.19.0" +version = "1.0.0" description = "" authors = [ ] readme = "README.md" -- GitLab