From fdc34a3f75fc9ce8f95ed5e75158faa1e0213631 Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Mon, 3 Feb 2020 21:20:23 -0800 Subject: v0.17.0 --- CHANGELOG.md | 2 ++ lib/super_good/solidus_taxjar/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3036b4..92e284f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## v0.17.0 + - Added `SuperGood::SolidusTaxJar.custom_order_params` to allow for custom overrides to the parameters sent to TaxJar when calculating order taxes. For example, if you needed to send a custom nexus address you could do: ```ruby SuperGood::SolidusTaxJar.custom_order_params = ->(order) { diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb index 5990848..3625bc4 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.16.0" + VERSION = "0.17.0" end end -- cgit v1.2.3