diff options
author | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2021-07-26 16:05:11 -0700 |
---|---|---|
committer | Noah Silvera <noah.a.silvera@gmail.com> | 2021-07-26 22:17:27 -0700 |
commit | 48e3a3e1960e99a446dc59a40d131391f21e3388 (patch) | |
tree | e1b214df8e9ed3dbaf1f0b933222bcf873c7eaf5 | |
parent | 31a3e63e98448544285f129c13bd000187b02576 (diff) |
This change was put under the wrong release as the result of a rebase
mistake.
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 724fc2e..fbbfd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## master - [#88](https://github.com/SuperGoodSoft/solidus_taxjar/pull/88) Fire `shipment_shipped` event when any shipment on an order ships. +- [#81](https://github.com/SuperGoodSoft/solidus_taxjar/pull/81) Add install generator ## v0.18.2 @@ -15,7 +16,6 @@ - [#37](https://github.com/SuperGoodSoft/solidus_taxjar/pull/37) Added a basic Taxjar settings admin interface which displays placeholder text. - [#64](https://github.com/SuperGoodSoft/solidus_taxjar/pull/64) Provide Spree::Address.address2 to TaxJar address validation if it is present. - [#80](https://github.com/SuperGoodSoft/solidus_taxjar/pull/80) Support order_recalculated event in < 2.11 -- [#81](https://github.com/SuperGoodSoft/solidus_taxjar/pull/81) Add install generator ## v0.18.1 |