We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5c6ad commit eccc92dCopy full SHA for eccc92d
HISTORY.md
@@ -1,3 +1,11 @@
1
+## 2.0.6 (2025-04-01)
2
+
3
+cherrypicking PRs from `master` branch. Releasing 2.0.6
4
5
+* Fix vendor and purchases preferences xml reader (#626). Thanks @katzenj
6
+* added pdf method to refund_receipt.rb (#617). Thanks @nicho1991
7
8
9
## 2.0.5 (2024-07-25)
10
11
* Added BCC field to Bill Model. Integrated the PR manually. https://github.com/ruckus/quickbooks-ruby/pull/614 Thanks @hammad-Ikhlaq-7vals
lib/quickbooks/version.rb
@@ -1,5 +1,5 @@
module Quickbooks
- VERSION = "2.0.5"
+ VERSION = "2.0.6"
end
0 commit comments