diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 79f74f3..da42773 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.6" + ".": "0.12.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 057344e..4a47d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ +## [0.12.7](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.12.6...notification-service-api-v0.12.7) (2026-06-23) + + +### Dependencies + +* Bump cryptography from 46.0.7 to 48.0.1 ([23648f6](https://github.com/City-of-Helsinki/notification-service-api/commit/23648f6a25c493fe0eb4826ffb61b24dffc5f5a0)) +* Bump pyjwt from 2.12.0 to 2.13.0 ([2ab3d18](https://github.com/City-of-Helsinki/notification-service-api/commit/2ab3d186c96032315c47302196fed4b7c73c619b)) + ## [0.12.6](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.12.5...notification-service-api-v0.12.6) (2026-05-20) diff --git a/notification_service/__init__.py b/notification_service/__init__.py index 8e2394f..6ece8ad 100644 --- a/notification_service/__init__.py +++ b/notification_service/__init__.py @@ -1 +1 @@ -__version__ = "0.12.6" +__version__ = "0.12.7" diff --git a/pyproject.toml b/pyproject.toml index 8c2abce..0370b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "notification-service" -version = "0.12.6" +version = "0.12.7" requires-python = ">= 3.12" [tool.ruff]