diff --git a/.semver b/.semver index e0940c9..6a03270 100644 --- a/.semver +++ b/.semver @@ -1,5 +1,5 @@ --- :major: 2 :minor: 0 -:patch: 1 +:patch: 2 :special: '' diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c46817..1f17e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.0.2 - 05-Aug-2022 + +- Fix the version as reported in export files (#41, thanks @pemedina) + + ## 2.0.1 - 28-Dec-2020 - Create separate migrations to handle foreign keys (#37, thanks @rootrus) diff --git a/src/MigrationParser.php b/src/MigrationParser.php index 0a6c222..ad25be8 100644 --- a/src/MigrationParser.php +++ b/src/MigrationParser.php @@ -8,7 +8,7 @@ class MigrationParser /** * @var string */ - protected $version = '1.8.1'; + protected $version = '2.0.2'; /** * @var array