diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae00ebd4a0ebb66eeb7f38adf6bc11828477058..1430f4d79f4b8f9192915d1d19107bc1f46185e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [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 + +* normalise last_name from name and in auth check ([afdf23e](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/afdf23ea7e732ca1b50e19fc211c77ba660d11d9)) +* remove db case-insensitivity on last name and uppercase in normalisation ([67f5fd8](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/67f5fd8db116f08e44b4937f7c4aebd6138c5341)) +* remove last_name from account_details view and requirement in data_manager_api view ([af5059b](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/af5059bbd6ebc045b290cd13b774379a089fbc6c)) + +### Bug Fixes + +* catch MultipleObjectsReturned now possible with LIKE query ([355f315](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/355f315e277ff5bfa46c3da3f8b0137fcaf3c613)) + ## [0.18.0](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/0.17.1...0.18.0) (2025-02-11) ### Features diff --git a/pyproject.toml b/pyproject.toml index 005bccd37fe482b32ed49327487f3895a9fc03cb..db71c4f260813cd75c41d84d8ba3b2af5aa26fe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "activate_account" -version = "0.18.0" +version = "0.19.0" description = "" authors = [ ] readme = "README.md"