summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2020-02-02 20:43:17 -0800
committerJared Norman <jared@super.gd>2020-02-02 20:43:17 -0800
commit8c4f7f0d034348620e18936fd043c5cd15b8e453 (patch)
treefc62e86e1b3001d3f2ab5ac7ca69d62d91da2976
parentb7e6a192a1afae053288af0c3a33c7f60cfd34b9 (diff)
v0.16.0v0.16.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--lib/super_good/solidus_taxjar/version.rb2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e56853..9284bff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog
## master
+
+## v0.16.0
+
- Fix `#incomplete_address?` method to be friendly also to completely blank addresses.
- Added `SuperGood::SolidusTaxJar::TaxRateCalculator` for retrieving the tax rate for a given `Spree::Address`. The calculator follows `TaxCalculator` conventions by relying on address validators and custom exception handling.
diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb
index 959d435..5990848 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.15.2"
+ VERSION = "0.16.0"
end
end