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 | |
parent | 0d3d8783755d18c0d6ebfc95f3109b518e7e1b07 (diff) |
Bump to v0.7.0, update CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | lib/super_good/solidus_taxjar/version.rb | 2 |
2 files changed, 5 insertions, 1 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. diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb index 6ca181f..a27c342 100644 --- a/lib/super_good/solidus_taxjar/version.rb +++ b/lib/super_good/solidus_taxjar/version.rb @@ -1,5 +1,5 @@ module SuperGood module SolidusTaxJar - VERSION = "0.6.2" + VERSION = "0.7.0" end end |