Skip to content

Commit

Permalink
Merge pull request #45 from surprisehighway/feature/update-avatax-lib
Browse files Browse the repository at this point in the history
Feature/update avatax lib
  • Loading branch information
imagehat authored May 5, 2022
2 parents 9a3980b + f66224d commit ae314a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.2.0
### Added
- Updated Avatax SDK to version 22.3.0.

### Fixed
- Fixed Guzzle version conflict. [#44](https://github.com/surprisehighway/craft-avatax/issues/44)

## 2.1.8
### Fixed
- Fixed errors that occur when running from the console. [#42](https://github.com/surprisehighway/craft-avatax/issues/42)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.8",
"version": "2.2.0",
"keywords": [
"craft",
"cms",
Expand All @@ -24,7 +24,7 @@
"require": {
"craftcms/commerce": "^2.2.0|^3.0",
"craftcms/cms": "^3.3",
"avalara/avataxclient": "^19.1"
"avalara/avataxclient": "^22.3.0"
},
"repositories": [
{
Expand Down

0 comments on commit ae314a4

Please sign in to comment.