FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (4)
......@@ -5,6 +5,7 @@
"gitlab": {
"release": true,
"releaseName": "${version}",
"useIdsForUrls": true,
"assets": [
"openapi.yaml"
]
......
# Changelog
## [0.9.2](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/0.9.1...0.9.2) (2024-12-02)
### Bug Fixes
* tall release-it we are using a later GitLab ([4cbcdc0](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/4cbcdc008f33ecd7f3b39228f75e585e328d9b2e))
## [0.9.1](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/0.9.0...0.9.1) (2024-12-02)
### Bug Fixes
......
[tool.poetry]
name = "activate_account"
version = "0.9.1"
version = "0.9.2"
description = ""
authors = [ ]
readme = "README.md"
......