Skip to content

Commit 3db7266

Browse files
author
Colin Viebrock
committed
fix version in exports
1 parent eb3af04 commit 3db7266

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: .semver

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 2
33
:minor: 0
4-
:patch: 1
4+
:patch: 2
55
:special: ''

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.0.2 - 05-Aug-2022
4+
5+
- Fix the version as reported in export files (#41, thanks @pemedina)
6+
7+
38
## 2.0.1 - 28-Dec-2020
49

510
- Create separate migrations to handle foreign keys (#37, thanks @rootrus)

Diff for: src/MigrationParser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class MigrationParser
88
/**
99
* @var string
1010
*/
11-
protected $version = '1.8.1';
11+
protected $version = '2.0.2';
1212

1313
/**
1414
* @var array

0 commit comments

Comments
 (0)