diff options
author | Jared Norman <jared@super.gd> | 2019-04-11 14:00:08 +1200 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-04-11 14:00:08 +1200 |
commit | fbd8c7c044803843deae20045dd7972f1e6c34ac (patch) | |
tree | b23bc41d98e378de2a3e44565625b902ec6fb9af | |
parent | cb5f842ac7490330c0818e4ccb1b178844bdf7a6 (diff) |
Bump to v0.11.0v0.11.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 7d842a3..525591d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## v0.11.0 + - Avoid sending 0 quantity line items. TaxJar doesn't like them. ## v0.10.0 diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb index 523d284..5865edd 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.10.0" + VERSION = "0.11.0" end end |