From 6b1e814ce79a7bc54374ee3fe376252d3965ab2e Mon Sep 17 00:00:00 2001 From: cody caughlan Date: Wed, 16 May 2018 14:59:10 -0700 Subject: [PATCH] Preparing 0.6.2 release --- HISTORY.md | 4 ++++ lib/quickbooks/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 71cd9394..b01b0c09 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 0.6.2 (2018-05-16) + +Fixed bug with generating an invalid URL when both requestid and minorversions are specified. Addresses #430 + ## 0.6.1 (2018-01-31) Added support for Description-only line item details on Invoices diff --git a/lib/quickbooks/version.rb b/lib/quickbooks/version.rb index f43c896a..f2a4b1f8 100644 --- a/lib/quickbooks/version.rb +++ b/lib/quickbooks/version.rb @@ -1,5 +1,5 @@ module Quickbooks - VERSION = "0.6.1" + VERSION = "0.6.2" end