Skip to content

Commit da670b8

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(main): release palvelutarjotin 1.23.0
1 parent d211e7f commit da670b8

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-
".": "1.22.1"
2+
".": "1.23.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 palvelutarjotin/__init.py__ -->
33

4+
## [1.23.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.22.1...palvelutarjotin-v1.23.0) (2025-06-05)
5+
6+
7+
### Features
8+
9+
* Remove persons with cronjob when retention period has exceeded ([d211e7f](https://github.com/City-of-Helsinki/palvelutarjotin/commit/d211e7fc841188194d2a03896c1f127b4720e28c))
10+
11+
12+
### Bug Fixes
13+
14+
* Csp rules for notification importers preview view ([3c81303](https://github.com/City-of-Helsinki/palvelutarjotin/commit/3c81303d756c096127e5958bdf7ab3d917be3ac2))
15+
416
## [1.22.1](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.22.0...palvelutarjotin-v1.22.1) (2025-05-28)
517

618

palvelutarjotin/__init__.py

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

66
[tool.ruff]

0 commit comments

Comments
 (0)