Skip to content

Commit c59bd1e

Browse files
github-actions[bot]voneiden
authored andcommitted
chore(main): release notification-service-api 0.12.4
1 parent e1e737c commit c59bd1e

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.3"
2+
".": "0.12.4"
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.4](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.12.3...notification-service-api-v0.12.4) (2026-05-11)
5+
6+
7+
### Dependencies
8+
9+
* Bump django from 5.2.13 to 5.2.14 ([e684a82](https://github.com/City-of-Helsinki/notification-service-api/commit/e684a8236080c26d387dfe8bf2b21868d15432df))
10+
* Bump pip from 26.0 to 26.1 ([e1e737c](https://github.com/City-of-Helsinki/notification-service-api/commit/e1e737cc447103e09af78833e37745aaf9bd929d))
11+
412
## [0.12.3](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.12.2...notification-service-api-v0.12.3) (2026-04-14)
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.3"
1+
__version__ = "0.12.4"

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

66
[tool.ruff]

0 commit comments

Comments
 (0)