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