diff --git a/changelog.md b/changelog.md index 2fcb3f6bf6..2fc2e9dcb4 100644 --- a/changelog.md +++ b/changelog.md @@ -8,11 +8,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -- #12004 -- #12014 +- [Issue 12004](https://github.com/firefly-iii/firefly-iii/issues/12004) (Test notification buttons always generate an error) reported by @IDevJoe +- [Issue 12014](https://github.com/firefly-iii/firefly-iii/issues/12014) (Converting a transaction to a transfer and setting the destination account to one with a different currency breaks the audit log) reported by @avee87 # Changed -- #12000 +- [Issue 12000](https://github.com/firefly-iii/firefly-iii/issues/12000) (Improved transaction pagination for large data sets) reported by @christiaanderidder ## v6.5.8 - 2026-03-22 diff --git a/config/firefly.php b/config/firefly.php index 0704f608ec..2637f98a1c 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -78,8 +78,8 @@ return [ 'running_balance_column' => (bool)envDefaultWhenEmpty(env('USE_RUNNING_BALANCE'), true), // this is only the default value, is not used. // see cer.php for exchange rates feature flag. ], - 'version' => 'develop/2026-03-22', - 'build_time' => 1774166412, + 'version' => 'develop/2026-03-23', + 'build_time' => 1774238153, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used. diff --git a/package-lock.json b/package-lock.json index d59bb49c2d..369931e1dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6642,9 +6642,9 @@ } }, "node_modules/i18next": { - "version": "25.10.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.3.tgz", - "integrity": "sha512-9XCjFgF7q4wNdmy7RFcDBIx1ndSXU3QwtbmqPjOdUxYxU9gbovJzZUY5Mb3ejWmDhxMl6Wmr2OenWOU3uyy6VQ==", + "version": "25.10.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.4.tgz", + "integrity": "sha512-XsE/6eawy090meuFU0BTY9BtmWr1m9NSwLr0NK7/A04LA58wdAvDsi9WNOJ40Qb1E9NIPbvnVLZEN2fWDd3/3Q==", "funding": [ { "type": "individual",