Skip to content

Commit 7db9fc3

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release notification-service-api 0.12.2
1 parent 9f4a0c9 commit 7db9fc3

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.1"
2+
".": "0.12.2"
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.2](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.12.1...notification-service-api-v0.12.2) (2026-04-09)
5+
6+
7+
### Dependencies
8+
9+
* Bump cryptography from 46.0.6 to 46.0.7 ([41ed580](https://github.com/City-of-Helsinki/notification-service-api/commit/41ed58069eecdb803c90674cffddf9bc4da03013))
10+
* Bump django from 5.2.12 to 5.2.13 ([9f4a0c9](https://github.com/City-of-Helsinki/notification-service-api/commit/9f4a0c9e5d86222d0bc969a0c3c2a7da722658c1))
11+
412
## [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)
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.1"
1+
__version__ = "0.12.2"

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

66
[tool.ruff]

0 commit comments

Comments
 (0)