mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Fix issue in release.
This commit is contained in:
parent
6ab462a795
commit
85b1768908
@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 6.0.29 - 2023-10-29
|
||||
|
||||
### Fixed
|
||||
|
||||
- Null pointer in bill overview
|
||||
|
||||
## 6.0.28 - 2023-10-29
|
||||
|
||||
### Added
|
||||
|
@ -112,7 +112,7 @@ return [
|
||||
'handle_debts' => true,
|
||||
// see cer.php for exchange rates feature flag.
|
||||
],
|
||||
'version' => '6.0.28',
|
||||
'version' => '6.0.29',
|
||||
'api_version' => '2.0.11',
|
||||
'db_version' => 21,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user