James Cole
4 years ago
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with
6 additions and
1 deletions
-
changelog.md
-
config/importer.php
|
|
|
@ -2,6 +2,11 @@ |
|
|
|
All notable changes to this project will be documented in this file. |
|
|
|
This project adheres to [Semantic Versioning](http://semver.org/). |
|
|
|
|
|
|
|
## 0.9.7 - 2022-04-11 |
|
|
|
|
|
|
|
### Fixed |
|
|
|
- Fixes an issue with an underlying package. |
|
|
|
|
|
|
|
## 0.9.6 - 2022-04-11 |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ |
|
|
|
declare(strict_types=1); |
|
|
|
|
|
|
|
return [ |
|
|
|
'version' => '0.9.6', |
|
|
|
'version' => '0.9.7', |
|
|
|
'flows' => ['nordigen', 'spectre', 'csv'], |
|
|
|
'flow_titles' => [ |
|
|
|
'csv' => 'CSV', |
|
|
|
|