summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-04-24 16:55:57 -0700
committerJared Norman <jared@super.gd>2019-04-24 16:55:57 -0700
commitbad2510206323f9aba70b8f086bc1f6defe0e6ec (patch)
treeec68da46604510c3378ac82611dc7f9d5167c461
parentd98c103f6bc485d8398f5231bfe7917b772ec829 (diff)
Bump to v0.12.0v0.12.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/super_good/solidus_taxjar/version.rb2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a6699c..25648a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master
+## v0.12.0
+
- Report no tax collected on order and line items when order total zeroed out.
## v0.11.1
diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb
index cf63d5d..c4b3629 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.11.1"
+ VERSION = "0.12.0"
end
end