From af413534c61577c8d6b1a1a35216fcebe3deedf7 Mon Sep 17 00:00:00 2001 From: Richard Sisco Date: Fri, 14 Sep 2018 08:42:33 -0500 Subject: [PATCH] - Update changelog and version number --- CHANGELOG.md | 4 ++++ Framework/AppInterface.php | 2 +- composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3bd8fa..3b8ff827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.4.5 (2018-09-14) + +* Fix issue where saving AvaTax credentials at the website scope can result in an error [#171](https://github.com/classyllama/ClassyLlama_AvaTax/issues/171) + ### 1.4.4 (2018-09-13) * Fix issue where invalid/partial zip code values result in errors logged [#122](https://github.com/classyllama/ClassyLlama_AvaTax/issues/122) diff --git a/Framework/AppInterface.php b/Framework/AppInterface.php index 818081ff..3f7615ec 100644 --- a/Framework/AppInterface.php +++ b/Framework/AppInterface.php @@ -20,5 +20,5 @@ interface AppInterface /** * If this is updated it must also be updated in composer.json */ - const APP_VERSION = '1.4.4'; + const APP_VERSION = '1.4.5'; } diff --git a/composer.json b/composer.json index ac990101..b1ceff14 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "classyllama/module-avatax", "type": "magento2-module", - "version": "1.4.4", + "version": "1.4.5", "license": "OSL-3.0", "require": { "magento/framework": "^100.1.0|101.0.*",