Skip to content

Commit

Permalink
Updated Avalara SDK and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
imagehat committed Jul 29, 2024
1 parent ffb4778 commit 27ad6fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 3.0.2 - 2024-07-29
### Changed
- Updated Avatax SDK to latest

## 3.0.1 - 2022-08-10
### Fixed
- Fixed an address validation error related to address model changes. [#49](https://github.com/surprisehighway/craft-avatax/issues/49)
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": "3.0.1",
"version": "3.0.2",
"keywords": [
"craft",
"cms",
Expand All @@ -24,7 +24,7 @@
"require": {
"craftcms/commerce": "^4.0",
"craftcms/cms": "^4.0",
"avalara/avataxclient": "^22.3.0"
"avalara/avataxclient": "^22|^23|^24"
},
"repositories": [
{
Expand Down

0 comments on commit 27ad6fa

Please sign in to comment.