diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc5d35f..df6cdb64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.1.16 (2016-04-05) + +* Add support for PHP 5.5 + ### 0.1.15 (2016-04-01) * Add support for PHP 7 diff --git a/Framework/AppInterface.php b/Framework/AppInterface.php index cd718d8e..6dae8a46 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 etc/module.xml in the config->module@setup_version attribute and and composer.json */ - const APP_VERSION = '0.1.15'; + const APP_VERSION = '0.1.16'; } diff --git a/composer.json b/composer.json index 2e814e7d..bab17985 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "classyllama/module-avatax", "type": "magento2-module", - "version": "0.1.15", + "version": "0.1.16", "require": { "magento/framework": "100.0.*", "avalara/avatax": "^15.5.1.0" diff --git a/etc/module.xml b/etc/module.xml index 2f45d786..ae83f220 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -16,7 +16,7 @@ --> - +