diff --git a/changelog.md b/changelog.md index 520f0a6..0040818 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] - 2026-06-16 + ### Added - Models to describe physical mail (Fjernpost). @@ -62,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Module for authenticating towards Kombit's Serviceplatform API. - Function for checking if someone is registered for Digital Post or NemSMS. -[Unreleased]: https://github.com/itk-dev-rpa/python-serviceplatformen/compare/3.1.0...HEAD +[Unreleased]: https://github.com/itk-dev-rpa/python-serviceplatformen/compare/3.2.0...HEAD +[3.2.0]: https://github.com/itk-dev-rpa/python-serviceplatformen/releases/tag/3.2.0 [3.1.0]: https://github.com/itk-dev-rpa/python-serviceplatformen/releases/tag/3.1.0 [3.0.1]: https://github.com/itk-dev-rpa/python-serviceplatformen/releases/tag/3.0.1 [3.0.0]: https://github.com/itk-dev-rpa/python-serviceplatformen/releases/tag/3.0.0 diff --git a/pyproject.toml b/pyproject.toml index 14c9551..e9e1ec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python_serviceplatformen" -version = "3.1.0" +version = "3.2.0" authors = [ { name="ITK Development", email="itk-rpa@mkb.aarhus.dk" }, ]