diff --git a/CHANGELOG.md b/CHANGELOG.md index 4507bce..44d52e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Release notes: ============== +2.0.16 +------- +* Fix + * Security patches + * Web behavior commands cart and purchase price handling + * Avoid order duplication during order sync + 2.0.15 ------- * New diff --git a/composer.json b/composer.json index 1e85f21..22153af 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": ">7.0.1" }, "type": "magento2-module", - "version": "2.0.15", + "version": "2.0.16", "autoload": { "files": [ "registration.php" diff --git a/etc/module.xml b/etc/module.xml index 63781d2..383ec57 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,7 +1,7 @@ - +