diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e18b617..f769847d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to this project will be documented in this file. -## WIP +## [1.1.0] - 2020-03-09 +[1.1.0]: https://github.com/Smile-SA/gdpr-dump/compare/1.0.0...1.1.0 - Validate the config file before prompting for a password - Add parameter `skip_conversion_if` (table row is not converted if the condition evaluates to true) diff --git a/src/Console/Application.php b/src/Console/Application.php index 37bcde0c..d6ab6eb0 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -11,7 +11,7 @@ class Application extends BaseApplication /** * Application version. */ - const VERSION = '1.0.0'; + const VERSION = '1.1.0'; /** * Constructor.