summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-06-25 14:56:57 -0700
committerJared Norman <jared@super.gd>2019-06-25 14:56:57 -0700
commita3b9b9dc8034117112ed69c5be8eb635a94c8fcd (patch)
tree8f0db324455f2ed728aa1181ae72984eac6a09c0
parent0fbcc56f09fd7d99b552f91750ccb82f6b5633b9 (diff)
v0.15.1v0.15.1
-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 778a4e0..d098a90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master
+## v0.15.1
+
- Add support for request/response logging.
## v0.15.0
diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb
index 3eae137..12a32bc 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.15.0"
+ VERSION = "0.15.1"
end
end