We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9146e09 commit 32d30feCopy full SHA for 32d30fe
2 files changed
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
This file documents any relevant changes done to ViUR-core since version 3.
4
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
12
## [3.8.21]
13
14
- fix: `BaseBone._get_distinct_hash` (#1662)
src/viur/core/version.py
@@ -3,7 +3,7 @@
# This will mark it as a pre-release as well on PyPI.
# See CONTRIBUTING.md for further information.
-__version__ = "3.8.21"
+__version__ = "3.8.22"
assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
"Semantic __version__ expected!"
0 commit comments