diff --git a/CHANGELOG.md b/CHANGELOG.md index 50042139..dcc7e573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog -## 6.8.1 (unreleased) +## 6.8.2 (unreleased) - ... +## 6.8.1 (2024-07-23) + +- Changes to queries to improve their performance. +- Fix: webhooks error. +- Fix: multiple object returned on neighbour. +- Update locales. + ## 6.8.0 (2024-04-03) - Changed the namespace of the repositories, from kaleidos-ventures to taigaio diff --git a/taiga/__init__.py b/taiga/__init__.py index bde3fdf6..39f7ee30 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -5,4 +5,4 @@ # # Copyright (c) 2021-present Kaleidos INC -__version__ = '6.8.0' +__version__ = '6.8.1'