From c5865a19379d39e17f0916741222a3b9d385f797 Mon Sep 17 00:00:00 2001 From: cody caughlan Date: Tue, 23 Jul 2024 17:39:19 -0700 Subject: [PATCH] release 2.0.4 --- HISTORY.md | 4 ++++ lib/quickbooks/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d0ca102f..1419f9e1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.0.4 (2024-07-23) + +* Loosen faraday-gzip to a version that can use > zlib-2.1.1 (#613). Thank you @technicalpickles + ## 2.0.3 (2023-07-12) cherry-picked `Fintechqb 1967 enable service level logging` from master diff --git a/lib/quickbooks/version.rb b/lib/quickbooks/version.rb index 253c84da..fd7a542a 100644 --- a/lib/quickbooks/version.rb +++ b/lib/quickbooks/version.rb @@ -1,5 +1,5 @@ module Quickbooks - VERSION = "2.0.3" + VERSION = "2.0.4" end