Skip to content

Commit e2e3399

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(master): release notification-service-api 0.4.0
1 parent f76cfe3 commit e2e3399

4 files changed

Lines changed: 10 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.3.3"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

4+
## [0.4.0](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.3.3...notification-service-api-v0.4.0) (2024-10-30)
5+
6+
7+
### Features
8+
9+
* Add build and release information to the readiness probe ([f76cfe3](https://github.com/City-of-Helsinki/notification-service-api/commit/f76cfe32a050472b36874448640911895721ed38))
10+
411
## [0.3.3](https://github.com/City-of-Helsinki/notification-service-api/compare/notification-service-api-v0.3.2...notification-service-api-v0.3.3) (2024-10-30)
512

613

notification_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.3"
1+
__version__ = "0.4.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.3.3"
3+
version = "0.4.0"
44
requires-python = ">= 3.11"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)