From 0e1ad4818e5473c3333bd0329456cb79cc43ff83 Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Wed, 20 Mar 2019 14:52:48 -0700 Subject: Bump to v0.8.0 and update changelog --- CHANGELOG.md | 4 ++++ lib/super_good/solidus_taxjar/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c344a93..b704dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.8.0 + +- Increased response caching time to 3 hours. + ## v0.7.0 - Switched to sending the full list of line items when creating/updating transactions in TaxJar. diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb index a27c342..a8fd65c 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.7.0" + VERSION = "0.8.0" end end -- cgit v1.2.3