diff options
author | Juan Carlos Ruiz <JuanCrg90@gmail.com> | 2019-03-13 12:52:03 -0600 |
---|---|---|
committer | Juan Carlos Ruiz <JuanCrg90@gmail.com> | 2019-03-14 11:27:07 -0600 |
commit | 828350fd2b1cab40bc05e4e47d4b20f9a8542b1f (patch) | |
tree | e6f6cbeccca0acb40fdef753368a255ca67e6b32 | |
parent | fc370fa9d6a6f33cf71508f3462e9978a68da53d (diff) |
Bump Version
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | lib/super_good/solidus_taxjar/version.rb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 15069dc..2d5ded5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v0.6.2 +- Updated `incomplete_address?` method to verify if a `tax_address` is a `Spree::Tax::TaxLocation`. `Spree::Tax::TaxLocation` is considered an incomplete address. + ## v0.6.1 - Stopped using the deprecated method `Spree::Address#empty?` in favour of simply checking that we have all of the fields on the address required for doing a TaxJar lookup. diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb index ead2b37..6ca181f 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.1" + VERSION = "0.6.2" end end |