From 8c4f7f0d034348620e18936fd043c5cd15b8e453 Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Sun, 2 Feb 2020 20:43:17 -0800 Subject: v0.16.0 --- CHANGELOG.md | 3 +++ lib/super_good/solidus_taxjar/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3