From 31c9813c727f74b26f785e5519bc077c46bfbdc2 Mon Sep 17 00:00:00 2001 From: Dan Drinkard Date: Tue, 7 Jul 2020 09:32:37 -0400 Subject: [PATCH] Update changelog with bugfix --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6283946..32ec317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ This file tracks all the changes (https://keepachangelog.com/en/1.0.0/) made to the client. This allows parsers such as Dependabot to provide a clean overview in pull requests. -## [v0.9.2] - 2020-07-06 +## [v0.9.2] - 2020-07-07 #### Added - Quotation, Invoice and DistributeTax payloads now accept a `:tax_only_adjustment` param to make tax adjustments that need not be correlated with a total cost adjustment +#### Changed + +- Fix a bug with fallback quotation responses where an empty set of line items would raise `ArgumentError` + ## [v0.9.1] - 2020-03-24 #### Added