Update meta files for new release.

This commit is contained in:
James Cole 2024-01-06 11:11:18 +01:00
parent 6fb4aaecd3
commit de57ab0874
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 7 additions and 1 deletions

View File

@ -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.1.6 - 2024-01-07
### Fixed
- Type validation error
## 6.1.5 - 2024-01-07
### Added

View File

@ -115,7 +115,7 @@ return [
'handle_debts' => true,
// see cer.php for exchange rates feature flag.
],
'version' => '6.1.5',
'version' => '6.1.6',
'api_version' => '2.0.12',
'db_version' => 22,