diff --git a/CHANGELOG.md b/CHANGELOG.md index 117aa21cb34910a7e6131a55b0fec6eaa40f77da..5632c2c9b36528350ee7f5e358efb6bbda4ab08a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.5](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/message-schemas/compare/0.2.4...0.2.5) (2025-03-18) + +### Bug Fixes + +* release-it to read version from git tag ([57a0b6b](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/message-schemas/commit/57a0b6bfce64fb062964882f282a9f16af67e2ef)) + ## [0.2.3](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/message-schemas/compare/0.2.1...0.2.3) (2025-03-18) ### Bug Fixes diff --git a/generator-static/python/pyproject.toml b/generator-static/python/pyproject.toml index d32c1fb46f1e7317ff21c0005e29e3b02d856abe..c399060a12d804d8761ec8a6fde9c434453f0514 100644 --- a/generator-static/python/pyproject.toml +++ b/generator-static/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "message-schemas" -version = "0.2.3" +version = "0.2.5" description = "" authors = [ ] diff --git a/pyproject.toml b/pyproject.toml index b95d1b026ed5a2085c6a0e31c4d42373f9858804..5928e0d7bea43e4b435693a6ce6f9abd73be30f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "message-schemas" -version = "0.2.3" +version = "0.2.5" description = "" authors = [ ] readme = "README.md"