Skip to content

Commit 274f7bd

Browse files
github-actions[bot]charn
authored andcommitted
chore(main): release notification-service-api 0.10.0
1 parent 3bfe35d commit 274f7bd

4 files changed

Lines changed: 21 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.9.1"
2+
".": "0.10.0"
33
}

CHANGELOG.md

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

4+
## [0.10.0](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.9.1...notification-service-api-v0.10.0) (2026-01-12)
5+
6+
7+
### Features
8+
9+
* Remove logging audit logs to a logger ([10ea145](https://github.com/City-of-Helsinki/notification-service-api/commit/10ea14597836601b7a2babaa0c62579fccdc759a))
10+
* Use a similar get_remote_address from other projects ([2827fed](https://github.com/City-of-Helsinki/notification-service-api/commit/2827fed95d4861a0fb0a80ac8e9bb31ff7ad8e5a))
11+
* Use django-resilient-logger for audit logging ([3bfe35d](https://github.com/City-of-Helsinki/notification-service-api/commit/3bfe35de20e8939e4288758d27eed764d746bdd7))
12+
* When audit logging is enabled logs will be put to DB ([e842ab6](https://github.com/City-of-Helsinki/notification-service-api/commit/e842ab6e2336d26a320fca559fd1a4a000438693))
13+
14+
15+
### Dependencies
16+
17+
* Bump urllib3 ([5044b31](https://github.com/City-of-Helsinki/notification-service-api/commit/5044b311254c47eafd92b7d974fd16c54bf3379b))
18+
* Bump urllib3 from 2.6.2 to 2.6.3 ([#124](https://github.com/City-of-Helsinki/notification-service-api/issues/124)) ([9b9d7bd](https://github.com/City-of-Helsinki/notification-service-api/commit/9b9d7bde4b6b9a5824b3dd32d88fc9be38969bc3))
19+
* Move ipython to main requirements for better console ([44f5998](https://github.com/City-of-Helsinki/notification-service-api/commit/44f59980fad44fe8a831c26d864a2e908e5b9f7a))
20+
* Move uwsgi to main requirements ([2c4af38](https://github.com/City-of-Helsinki/notification-service-api/commit/2c4af3814bd13589f48d447f361050d8fdcaa6dd))
21+
422
## [0.9.1](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.9.0...notification-service-api-v0.9.1) (2025-12-04)
523

624

notification_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.1"
1+
__version__ = "0.10.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.9.1"
3+
version = "0.10.0"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)