From 2950a77438e5ab6bc62f8404fdf9689a46cfce7b Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Tue, 25 Jun 2019 11:54:15 -0700 Subject: v0.15.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 32fb9d5..9d4033f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## v0.15.0 + - Made sure cache key is a string, instead of a giant nested hash/array structure that probably won't get interpreted by Rails well. Still not happy with the caching behaviour, but it's configurable. ## v0.14.0 diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb index 445c5d4..3eae137 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.14.0" + VERSION = "0.15.0" end end -- cgit v1.2.3