Browse Source

New release.

pull/92/head
James Cole 4 years ago
parent
commit
fe820d104c
No known key found for this signature in database GPG Key ID: B49A324B7EAD6D80
  1. 5
      changelog.md
  2. 2
      config/importer.php

5
changelog.md

@ -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

2
config/importer.php

@ -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',

Loading…
Cancel
Save