diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f9c9f440266b61a7d3181e2bddd8f472d1819f..1ad0b0979d10539a2da6133bbbb796a87703f07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.16.0](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/0.15.1...0.16.0) (2025-01-31) + +### Features + +* allow creation fake tokens in test/demo environments ([f4c77c1](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/f4c77c1ae5fda2a0ecb6c4d2efa4adde4dea39dd)) + ## [0.15.1](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/0.15.0...0.15.1) (2025-01-22) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a958703787b4eb114fb697c80569574538322163..00aee808312ec5f4679fa13f32555a62d638da28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "activate_account" -version = "0.15.1" +version = "0.16.0" description = "" authors = [ ] readme = "README.md"