mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Auto commit for release 'v6.1.13' on 2024-04-01
This commit is contained in:
parent
19d1cf192b
commit
c6bf0ff1cd
@ -16,10 +16,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Fixed
|
||||
|
||||
- #8648
|
||||
- #8725
|
||||
- #8732
|
||||
- #8735
|
||||
- [Issue 8648](https://github.com/firefly-iii/firefly-iii/issues/8648) (Crashes during initial setup with PG 16 dbs) reported by @Lysholm
|
||||
- [Issue 8725](https://github.com/firefly-iii/firefly-iii/issues/8725) (API: Call to `api/v1/bills` without arguments fails) reported by @dreautall
|
||||
- [Issue 8732](https://github.com/firefly-iii/firefly-iii/issues/8732) (Error "Division by zero" when opening the "Budget" section) reported by @mrResident
|
||||
- [PR 8735](https://github.com/firefly-iii/firefly-iii/pull/8735) (Fix `Division error by zero` in budget views) reported by @mansuf
|
||||
|
||||
## 6.1.12 - 2024-03-21
|
||||
|
||||
|
@ -117,7 +117,7 @@ return [
|
||||
'expression_engine' => false,
|
||||
// see cer.php for exchange rates feature flag.
|
||||
],
|
||||
'version' => 'develop/2024-04-01',
|
||||
'version' => '6.1.13',
|
||||
'api_version' => '2.0.13',
|
||||
'db_version' => 23,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user