Skip to content

Commit 49783cd

Browse files
github-actions[bot]danipran
authored andcommitted
chore(main): release notification-service-api 0.6.1
1 parent f069d5a commit 49783cd

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.6.0"
2+
".": "0.6.1"
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.6.1](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.6.0...notification-service-api-v0.6.1) (2025-10-13)
5+
6+
7+
### Dependencies
8+
9+
* Bump django from 5.2.6 to 5.2.7 ([2e1c1f3](https://github.com/City-of-Helsinki/notification-service-api/commit/2e1c1f37afdabef2dd4e8bd790c7b427a1d11296))
10+
* Bump social-auth-app-django from 5.5.1 to 5.6.0 ([f069d5a](https://github.com/City-of-Helsinki/notification-service-api/commit/f069d5a4afae4b894d81d1ee3ef9374da9b62d36))
11+
412
## [0.6.0](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.5.5...notification-service-api-v0.6.0) (2025-09-19)
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.6.0"
1+
__version__ = "0.6.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.6.0"
3+
version = "0.6.1"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)