diff options
author | Jared Norman <jared@super.gd> | 2019-03-19 12:51:26 -0700 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-03-19 12:51:26 -0700 |
commit | 84d0cf6c10bef0818f20e37531996a4bed29b6b2 (patch) | |
tree | 229ad98b7272d97c2020d25a306089791eb3cddc /CHANGELOG.md | |
parent | 0d3d8783755d18c0d6ebfc95f3109b518e7e1b07 (diff) |
Bump to v0.7.0, update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3d0df..c344a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.7.0 + +- Switched to sending the full list of line items when creating/updating transactions in TaxJar. + ## v0.6.2 - Fixed issued where orders without tax address would cause errors because `Spree::Order#tax_address` will return a `Spree::Tax::TaxLocation` when called on an order without a tax address. `Spree::Tax::TaxLocation` isn't enough like a real address and this was causing exceptions. |