Skip to content

Commit bf316d2

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release notification-service-api 0.7.0
1 parent 340d371 commit bf316d2

4 files changed

Lines changed: 19 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.1"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

4+
## [0.7.0](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.6.1...notification-service-api-v0.7.0) (2025-11-06)
5+
6+
7+
### Features
8+
9+
* Allow dynamic sentry trace ignore paths ([4fd68bc](https://github.com/City-of-Helsinki/notification-service-api/commit/4fd68bccdb094acbbfd026cf380f2012124de24f))
10+
* Enable sentry logging for uWSGI ([f4b5a07](https://github.com/City-of-Helsinki/notification-service-api/commit/f4b5a07f1a93d37a0af7c486a0137e0b3e8c2073))
11+
* **sentry:** Update sentry configuration ([d93746b](https://github.com/City-of-Helsinki/notification-service-api/commit/d93746b8d66ee30df7d6231ea1d5bb7014b3ef3a))
12+
13+
14+
### Dependencies
15+
16+
* Bump django from 5.2.7 to 5.2.8 ([8dc9f6e](https://github.com/City-of-Helsinki/notification-service-api/commit/8dc9f6e344fe104388385d94ab0a6ebedcaf18dd))
17+
* Bump pip from 25.2 to 25.3 ([340d371](https://github.com/City-of-Helsinki/notification-service-api/commit/340d371aa803a199794d90da7f8aeba8c829a069))
18+
* Bump sentry-sdk from 2.38.0 to 2.41.0 ([b912669](https://github.com/City-of-Helsinki/notification-service-api/commit/b912669ea4bcf5fc9e2effcf52af1464284daca4))
19+
420
## [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)
521

622

notification_service/__init__.py

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

66
[tool.ruff]

0 commit comments

Comments
 (0)