Skip to content

Commit 32d30fe

Browse files
committed
Bump version 3.8.22
1 parent 9146e09 commit 32d30fe

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This file documents any relevant changes done to ViUR-core since version 3.
44

5+
## [3.8.22]
6+
7+
- feat: `utils.get_base_url()` refactors `getHostUrl()` (#1665)
8+
- feat: SkeletonMaintenanceTask with code highlighting (#1667)
9+
- fix: postSavedHandler should ignore `value == None` (#1664)
10+
- fix: Add Argument for `conf.user.redirect_whitelist` (#1663)
11+
512
## [3.8.21]
613

714
- fix: `BaseBone._get_distinct_hash` (#1662)

src/viur/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This will mark it as a pre-release as well on PyPI.
44
# See CONTRIBUTING.md for further information.
55

6-
__version__ = "3.8.21"
6+
__version__ = "3.8.22"
77

88
assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
99
"Semantic __version__ expected!"

0 commit comments

Comments
 (0)