From 5cd5978c79dfbf9df638b684da317c4b149efca0 Mon Sep 17 00:00:00 2001 From: charlie Date: Mon, 14 Apr 2025 14:12:02 +0200 Subject: [PATCH] chore: bump to 6.8.3 version --- CHANGELOG.md | 9 ++++++++- taiga/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a361022..4cc230f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog -## 6.8.3 (unreleased) +## 6.8.4 (unreleased) - ... +## 6.8.3 (2025-14-14) + +- Fix: Pivotal importer (thanks [@mig5](https://github.com/mig5)) +- Fix: CSV injection (CVE-2024-53555) +- Fix: Typo in regenerate.sh (thanks [@Pijatow](https://github.com/Pijatow)) +- Fix: Typo in README.md (thanks [@hactar](https://github.com/hactar)) + ## 6.8.2 (2025-01-13) - Fix: Error on load_dump when JSON is a list. diff --git a/taiga/__init__.py b/taiga/__init__.py index cead8863..cf7730fd 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -5,4 +5,4 @@ # # Copyright (c) 2021-present Kaleidos INC -__version__ = '6.8.2' +__version__ = '6.8.3'