diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8168df211f52dca518cb3be4c7eb64ee0e67da..3d9f467b882903e3c634b786390b284d61d85035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.8.0](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/0.7.0...0.8.0) (2024-11-28) + +### Features + +* add the bones of an OpenAPI client generation mechanism ([929894f](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/929894f5209d90ce0439e80f321f980091f449a8)), closes [#24](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/issues/24) + ## [0.7.0](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/0.6.0...0.7.0) (2024-11-27) ### Features diff --git a/pyproject.toml b/pyproject.toml index 0a31c359b87b74f44c1050d3c38ff17bb3fb45c4..6535c58a407e990f4a1a22d95c5c98a021187368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "activate_account" -version = "0.7.0" +version = "0.8.0" description = "" authors = [ ] readme = "README.md"