diff options
author | Jared Norman <jared@super.gd> | 2019-03-24 11:50:46 -0700 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-03-24 11:50:46 -0700 |
commit | d44c5ead793c8276aee7603a26f535d214ab4e69 (patch) | |
tree | 96dc42d8f2f4ae8a034fedd97bfae48130de7e8a | |
parent | 1b167080f469f36a76512dd3fb45389e1b2578f3 (diff) |
Bump to v0.9.1
-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 4dca499..c942fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## v0.9.1 + - Fixed unreliable default cache key implementation. ## v0.9.0 diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb index bd3ad9c..5cd9e64 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.0" + VERSION = "0.9.1" end end |