summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-03-24 10:02:44 -0700
committerJared Norman <jared@super.gd>2019-03-24 10:02:44 -0700
commitba8dc647da8c69428a2dfb3a136a59bbb8cacdd7 (patch)
tree5c243161b27ca76e5763aee91067ad9d99cc698d
parent65e678ddcd32d6c5edc59c86b77800d86a5cdba3 (diff)
Bump to v0.9.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/super_good/solidus_taxjar/version.rb2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b8690f..47b07aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master
+## v0.9.0
+
- Made response cache key and cache duration configurable.
## v0.8.0
diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb
index a8fd65c..bd3ad9c 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.8.0"
+ VERSION = "0.9.0"
end
end