Skip to content

Commit 94873c6

Browse files
chore(main): release notification-service-api 0.12.7
1 parent 23648f6 commit 94873c6

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.6"
2+
".": "0.12.7"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<!-- REMINDER: While updating changelog, also remember to update
22
the version in notification_service/__init.py__ -->
33

4+
## [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-18)
5+
6+
7+
### Dependencies
8+
9+
* Bump cryptography from 46.0.7 to 48.0.1 ([23648f6](https://github.com/City-of-Helsinki/notification-service-api/commit/23648f6a25c493fe0eb4826ffb61b24dffc5f5a0))
10+
* Bump pyjwt from 2.12.0 to 2.13.0 ([2ab3d18](https://github.com/City-of-Helsinki/notification-service-api/commit/2ab3d186c96032315c47302196fed4b7c73c619b))
11+
412
## [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)
513

614

notification_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.6"
1+
__version__ = "0.12.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "notification-service"
3-
version = "0.12.6"
3+
version = "0.12.7"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)