diff --git a/changelog.md b/changelog.md index 7949699439..f5b6cbce9e 100644 --- a/changelog.md +++ b/changelog.md @@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [Issue 11157](https://github.com/firefly-iii/firefly-iii/issues/11157) (Redacted amounts misbehave with Reports) reported by @barreeeiroo - [Issue 11166](https://github.com/firefly-iii/firefly-iii/issues/11166) (Optional transaction information field not saved when updating a recuring transaction) reported by @Old-Veeh - [Issue 11185](https://github.com/firefly-iii/firefly-iii/issues/11185) (Internal server error after apply rule) reported by @Citroene -- #11196 +- [Issue 11196](https://github.com/firefly-iii/firefly-iii/issues/11196) (Exception when editing recurring transaction) reported by @Insprill ## 6.4.5 - 2025-11-09 diff --git a/config/firefly.php b/config/firefly.php index a13c99665d..02f2df4332 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2025-11-08', - 'build_time' => 1762640730, + 'build_time' => 1762641364, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.