From 0cb25e229937e705341c26961181fa26d6faa562 Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Fri, 5 Apr 2019 16:33:27 +1300 Subject: Bump to v0.10.0 --- CHANGELOG.md | 2 ++ lib/super_good/solidus_taxjar/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3