Skip to content

Commit b5ea8d1

Browse files
committed
chore: bump to 6.8.1 version
1 parent d7057d3 commit b5ea8d1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
22

3-
## 6.8.1 (Unreleased)
3+
## 6.8.2 (Unreleased)
44

55
- ...
66

7+
## 6.8.1 (2024-07-23)
8+
9+
- Log record should be less severe.
10+
- Compatible with Taiga 6.8.x
11+
712
## 6.8.0 (2024-04-03)
813

914
- Compatible with Taiga 6.8.0

server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Copyright (c) 2021-present Kaleidos INC
77

8-
__version__ = '6.8.0'
8+
__version__ = '6.8.1'
99

1010

1111
import logging

0 commit comments

Comments
 (0)