Skip to content

Commit 95e8700

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release notification-service-api 0.11.0
1 parent 23ec336 commit 95e8700

4 files changed

Lines changed: 15 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.10.5"
2+
".": "0.11.0"
33
}

CHANGELOG.md

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

4+
## [0.11.0](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.10.5...notification-service-api-v0.11.0) (2026-03-05)
5+
6+
7+
### Features
8+
9+
* Remove AuditLogEntry ([d69b6d5](https://github.com/City-of-Helsinki/notification-service-api/commit/d69b6d531826c299155732dc4e067d38d7f94a9a))
10+
11+
12+
### Dependencies
13+
14+
* Bump django from 5.2.11 to 5.2.12 ([23ec336](https://github.com/City-of-Helsinki/notification-service-api/commit/23ec3365effcecea603188ee7c031d400fc6436a))
15+
416
## [0.10.5](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.10.4...notification-service-api-v0.10.5) (2026-02-19)
517

618

notification_service/__init__.py

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

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

66
[tool.ruff]

0 commit comments

Comments
 (0)