Skip to content

Commit db30ee6

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release notification-service-api 0.12.1
1 parent 4620d39 commit db30ee6

4 files changed

Lines changed: 13 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.0"
2+
".": "0.12.1"
33
}

CHANGELOG.md

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

4+
## [0.12.1](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.12.0...notification-service-api-v0.12.1) (2026-04-02)
5+
6+
7+
### Dependencies
8+
9+
* Bump cryptography from 46.0.5 to 46.0.6 ([0222f6f](https://github.com/City-of-Helsinki/notification-service-api/commit/0222f6fef99aadfb865686cf5e7b24e5e405b370))
10+
* Bump ecdsa from 0.19.1 to 0.19.2 ([44e3188](https://github.com/City-of-Helsinki/notification-service-api/commit/44e31883af68dea1764ea324d0488d2fea89e90c))
11+
* Bump pygments ([4620d39](https://github.com/City-of-Helsinki/notification-service-api/commit/4620d3992a1ef4a40779a220dbe750eb6f43d2a4))
12+
* Bump requests from 2.32.5 to 2.33.0 ([a9baf2b](https://github.com/City-of-Helsinki/notification-service-api/commit/a9baf2b5ac1d38634b68e8a1072e69f608d324c1))
13+
414
## [0.12.0](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.11.2...notification-service-api-v0.12.0) (2026-03-19)
515

616

notification_service/__init__.py

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

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.0"
3+
version = "0.12.1"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)