diff --git a/changelog.md b/changelog.md index 12eb24a5..3049b7b7 100644 --- a/changelog.md +++ b/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 diff --git a/config/importer.php b/config/importer.php index 10c1d812..6ed6dc5d 100644 --- a/config/importer.php +++ b/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',