From 7035c399d851239f5ac1cc3734e8a27eebc32042 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 17 Jul 2025 06:36:37 +0200 Subject: [PATCH] Update changelog. --- changelog.md | 15 +++++++++++++++ config/firefly.php | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ea91d1cca9..3287cee556 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 6.2.21 - 2025-07-18 + +### Added + +- Debug information to search engine. + +### Changed + +- Rename table field for postgres databases. + +### Fixed + +- #10581 +- #10601 + ## 6.2.20 - 2025-07-02 ### Changed diff --git a/config/firefly.php b/config/firefly.php index 49cfe04844..87f33d304c 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -81,7 +81,7 @@ return [ 'version' => 'develop/2025-07-14', 'build_time' => 1752464049, 'api_version' => '2.1.0', // field is no longer used. - 'db_version' => 25, + 'db_version' => 26, // generic settings 'maxUploadSize' => 1073741824, // 1 GB