Browse Source

Merge branch 'release/0.9.7'

pull/124/head 0.9.7
James Cole 4 years ago
parent
commit
7f7fda81aa
  1. 5
      changelog.md
  2. 8
      composer.lock
  3. 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

8
composer.lock

@ -848,12 +848,12 @@
"source": {
"type": "git",
"url": "https://github.com/JC5/api-support-classes.git",
"reference": "2b2202554d2897f4adf66456e1ddfe6ef95b7f5c"
"reference": "3bc1187183f02ab5da7f47bca67b000cf3ef0955"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JC5/api-support-classes/zipball/2b2202554d2897f4adf66456e1ddfe6ef95b7f5c",
"reference": "2b2202554d2897f4adf66456e1ddfe6ef95b7f5c",
"url": "https://api.github.com/repos/JC5/api-support-classes/zipball/3bc1187183f02ab5da7f47bca67b000cf3ef0955",
"reference": "3bc1187183f02ab5da7f47bca67b000cf3ef0955",
"shasum": ""
},
"require": {
@ -947,7 +947,7 @@
"type": "patreon"
}
],
"time": "2022-04-10T05:14:37+00:00"
"time": "2022-04-10T10:22:59+00:00"
},
{
"name": "fruitcake/laravel-cors",

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