summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-04-11 15:14:46 +1200
committerJared Norman <jared@super.gd>2019-04-11 15:14:46 +1200
commit656181bb7e234da0872239c8572965c8aaad58cd (patch)
tree1b56df68d1d986f25d1d2dbce27da9cce0e9bfe6
parentb4bd6e1bf62afea276d77a5d4163efb836937ee4 (diff)
Bump to v0.11.1v0.11.1
-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 86af1d2..4fb0a0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master
+## v0.11.1
+
- Avoid sending negative amounts for order totals.
## v0.11.0
diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb
index 5865edd..cf63d5d 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.0"
+ VERSION = "0.11.1"
end
end