diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f3749..029d34f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 2.1.8 +### Fixed +- Fixed errors that occur when running from the console. [#42](https://github.com/surprisehighway/craft-avatax/issues/42) + ## 2.1.7 ### Added - Added the ability to override the Tax Calculation setting using hidden form inputs. [#40](https://github.com/surprisehighway/craft-avatax/issues/40) diff --git a/composer.json b/composer.json index e8de33a..a9b4c53 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "surprisehighway/craft-avatax", "description": "Calculate and add sales tax to an order's base tax using Avalara's Avatax service.", "type": "craft-plugin", - "version": "2.1.7", + "version": "2.1.8", "keywords": [ "craft", "cms",