From 9a3980b3a8c002c2a6aef89958a64114aeb7320b Mon Sep 17 00:00:00 2001 From: imagehat Date: Mon, 8 Nov 2021 14:19:58 -0600 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",