Skip to content

Commit 7f7fda8

Browse files
committed
Merge branch 'release/0.9.7'
2 parents dedc8c8 + fe820d1 commit 7f7fda8

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.9.7 - 2022-04-11
6+
7+
### Fixed
8+
- Fixes an issue with an underlying package.
9+
510
## 0.9.6 - 2022-04-11
611

712
### Fixed

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/importer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
declare(strict_types=1);
2424

2525
return [
26-
'version' => '0.9.6',
26+
'version' => '0.9.7',
2727
'flows' => ['nordigen', 'spectre', 'csv'],
2828
'flow_titles' => [
2929
'csv' => 'CSV',

0 commit comments

Comments
 (0)