diff options
author | Jared Norman <jared@super.gd> | 2019-03-20 14:52:48 -0700 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-03-20 14:52:48 -0700 |
commit | 0e1ad4818e5473c3333bd0329456cb79cc43ff83 (patch) | |
tree | 59a630d4dbf7dd5243edb2d955908702049c10aa | |
parent | a0ff6b6c3594bc0a6df3e1800a382d0709f052c4 (diff) |
Bump to v0.8.0 and update changelogv0.8.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | lib/super_good/solidus_taxjar/version.rb | 2 |
2 files changed, 5 insertions, 1 deletions
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 |