diff --git a/README.md b/README.md index 7a8fef4..9e97ec3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE.md) ## Requirements -- This module requires the `Dotdigitalgroup_Email` module v4.17.0+ +- This module requires the `Dotdigitalgroup_Email` module v4.18.0+ ## Activation - This module is included in our core extension. Please refer to [these instructions](https://github.com/dotmailer/dotmailer-magento2-extension#installation) to install via the Magento Marketplace. @@ -12,6 +12,11 @@ ## Changelog +### 1.7.0 + +##### Improvements +- Our connector now supports all internal (staging) API endpoints, to facilitate QA. + ### 1.6.1 ##### Improvements diff --git a/composer.json b/composer.json index 3e870b8..a9cced8 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "dotdigital/dotdigital-magento2-extension-chat", "description": "Dotdigital for Magento 2: Chat module", "type": "magento2-module", - "version": "1.6.1", + "version": "1.7.0", "license": "MIT", "repositories": [ { @@ -15,7 +15,7 @@ }, "require": { "php": "^7.2||^8.0", - "dotdigital/dotdigital-magento2-extension": "^4.17.0", + "dotdigital/dotdigital-magento2-extension": "^4.18.0", "magento/framework": ">=101 <104", "magento/module-config": ">=100 <103", "magento/module-backend": ">=100 <103",