1
0
mirror of https://github.com/taigaio/taiga-back synced 2025-10-06 00:02:52 +02:00

chore: bump to 6.8.3 version

This commit is contained in:
charlie
2025-04-14 14:12:02 +02:00
parent 116c11408a
commit 5cd5978c79
2 changed files with 9 additions and 2 deletions

View File

@@ -1,9 +1,16 @@
# Changelog # 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) ## 6.8.2 (2025-01-13)
- Fix: Error on load_dump when JSON is a list. - Fix: Error on load_dump when JSON is a list.

View File

@@ -5,4 +5,4 @@
# #
# Copyright (c) 2021-present Kaleidos INC # Copyright (c) 2021-present Kaleidos INC
__version__ = '6.8.2' __version__ = '6.8.3'