From 40f33b55ee4bf7d117720121774ec368c04dc140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 23 Jul 2024 11:55:35 +0200 Subject: [PATCH] chore: bump to 6.8.1 version --- CHANGELOG.md | 9 ++++++++- taiga/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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'