diff options
author | Jared Norman <jared@super.gd> | 2019-05-20 12:37:16 -0700 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-05-20 12:37:16 -0700 |
commit | c3e66f3b548ef7e829b97ccebf5e45ce9d25f04d (patch) | |
tree | 609a332bc316f23d42ce3866a79e1f2b41474b36 | |
parent | 63304a7f88315964ab4f68451a317077a3313615 (diff) |
v0.13.0v0.13.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | lib/super_good/solidus_taxjar/version.rb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e4767e..b11ad66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## v0.13.0 + - Report order.user_id as customer_id when calculating taxes and creating transactions. This enables the use of per customer exemptions. ## v0.12.0 diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb index c4b3629..ba7d931 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.12.0" + VERSION = "0.13.0" end end |