diff options
author | Jared Norman <jared@super.gd> | 2019-04-05 16:33:27 +1300 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-04-05 16:33:27 +1300 |
commit | 0cb25e229937e705341c26961181fa26d6faa562 (patch) | |
tree | 75d23392cad2e16ec39b3e4e721a54fa76b001f2 | |
parent | 4ec7b4cc9d6107dca122fb691b4eea576f96eff8 (diff) |
Bump to v0.10.0v0.10.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 5ae6633..50c2d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## v0.10.0 + - Make shipping amounts configurable to make it easier to support order-level adjustments. ## v0.9.1 diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb index 5cd9e64..523d284 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.9.1" + VERSION = "0.10.0" end end |