Skip to content

Commit

Permalink
Finish 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmauzyk committed Dec 17, 2021
1 parent a318714 commit 39c2926
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes for Craft Commerce

## 1.0.4 - 2021-12-17

### Added
- Added `craft\commerce\taxjar\events\SetAddressForTaxEvent`
- Added `craft\commerce\taxjar\adjusters\TaxJar::SET_ADDRESS_FOR_TAX_EVENT`
- Added `craft\commerce\taxjar\services\Api::TYPE_FROM`
- Added `craft\commerce\taxjar\services\Api::TYPE_TO`
- Added `craft\commerce\taxjar\services\Api::_getAddressParams()`

## 1.0.3 - 2021-10-07

### Changed
Expand All @@ -23,4 +32,4 @@
## 1.0.0 - 2020-04-02

### Added
- Initial release.
- Initial release.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jmauzyk/commerce-taxjar",
"description": "TaxJar Integration for Craft Commerce",
"type": "craft-plugin",
"version": "1.0.3",
"version": "1.0.4",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 39c2926

Please sign in to comment.