diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0bf38313ae5d04806be7c9e823f02aa73f1640..5994b9bc40aafb45de09176182d57cfdc2880f90 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## [1.0.0] - 2020-05-30 +## [1.1.0] - 2020-05-30 ### Added - Développement du module +## [1.0.0] - 2020-05-30 +### Added +- Développement de la base du module + ## Source https://raw.githubusercontent.com/olivierlacan/keep-a-changelog/master/CHANGELOG.md diff --git a/composer.json b/composer.json index a3cda91606799202c509ebf6f30cf44e437ed12f..8adbca587dc4276f0d6dcf3f7533421a86f8f04c 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nicolasbejean/sales", "description": "Module pour les ventes", "type": "magento2-module", - "version": "1.0.0", + "version": "1.1.0", "require": { "php": "~7.1.3||~7.2.0||~7.3.0", "magento/framework": "102.0.*", diff --git a/etc/module.xml b/etc/module.xml index e15cff6bd568bd510246185e9ab1b08c801c7d98..fd4d03726687898f284bba0da601a9f16355371b 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> - <module name="NicolasBejean_Customer" setup_version="1.0.0"> + <module name="NicolasBejean_Customer" setup_version="1.1.0"> <sequence> <module name="Magento_Customer"/> </sequence>