From 8fc5caa3593e7d46b67522539e92e4cb6f8d8c16 Mon Sep 17 00:00:00 2001 From: ghbm-itk <123645708+ghbm-itk@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:07:57 +0200 Subject: [PATCH 1/2] Update changelog.md --- changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 From e80cb7956fc86b359908b9e138be73e199132835 Mon Sep 17 00:00:00 2001 From: ghbm-itk <123645708+ghbm-itk@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:08:08 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, ]