We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7057d3 commit b5ea8d1Copy full SHA for b5ea8d1
CHANGELOG.md
@@ -1,9 +1,14 @@
1
# Changelog
2
3
-## 6.8.1 (Unreleased)
+## 6.8.2 (Unreleased)
4
5
- ...
6
7
+## 6.8.1 (2024-07-23)
8
+
9
+- Log record should be less severe.
10
+- Compatible with Taiga 6.8.x
11
12
## 6.8.0 (2024-04-03)
13
14
- Compatible with Taiga 6.8.0
server.py
@@ -5,7 +5,7 @@
#
# Copyright (c) 2021-present Kaleidos INC
-__version__ = '6.8.0'
+__version__ = '6.8.1'
import logging
0 commit comments