Skip to content

Commit 2bda274

Browse files
chore(main): release notification-service-api 0.12.8
1 parent 2f071eb commit 2bda274

5 files changed

Lines changed: 19 additions & 4 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.7"
2+
".": "0.12.8"
33
}

CHANGELOG.md

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

4+
## [0.12.8](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.12.7...notification-service-api-v0.12.8) (2026-06-26)
5+
6+
7+
### Bug Fixes
8+
9+
* Migrate custom_health_checks to django-health-check v4 API ([ceb200d](https://github.com/City-of-Helsinki/notification-service-api/commit/ceb200da1ce513c4364c615b3aab0a706e13cb7e))
10+
* **release-please:** Update uv.lock TOML JSONPath ([2f071eb](https://github.com/City-of-Helsinki/notification-service-api/commit/2f071eb14a3f3d43adfbf5cd0aa4f3a401594993))
11+
* Update resilient_logger API usage after library upgrade ([831d4f4](https://github.com/City-of-Helsinki/notification-service-api/commit/831d4f4f53e65ab3774648094f9ee7543f665242))
12+
13+
14+
### Dependencies
15+
16+
* Move ipython and factory-boy to dev-dependencies ([3454ed5](https://github.com/City-of-Helsinki/notification-service-api/commit/3454ed5f167c6ecfcc376ac4fd23cfa34efd293b))
17+
* Update pre-commit tool versions ([a6e4513](https://github.com/City-of-Helsinki/notification-service-api/commit/a6e4513c6c16d14d55f73bac157d00ac13afba4f))
18+
419
## [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)
520

621

notification_service/__init__.py

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

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.7"
3+
version = "0.12.8"
44
requires-python = ">= 3.12"
55
dependencies = [
66
"Django~=5.2",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)