From 5c54bae0c0200d9afa2148356d399ddf054862b3 Mon Sep 17 00:00:00 2001 From: Shaun Hogan Date: Fri, 26 Aug 2022 11:44:56 +0000 Subject: [PATCH] Merged PR 39538: 1.7.1 release notes 1.7.1 release notes Related work items: #183626 --- README.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e97ec3..4c7c443 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ ## Changelog +### 1.7.1 + +##### Improvements +- We updated our module in line with newer PHPStan and coding standards. +- We removed two redundant controller files. + ### 1.7.0 ##### Improvements diff --git a/composer.json b/composer.json index a9cced8..6dbb257 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.7.0", + "version": "1.7.1", "license": "MIT", "repositories": [ {