Skip to content

Commit ff65460

Browse files
author
rohit basu
committed
Prepare for v1.7.3 release
1 parent e49b79e commit ff65460

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
PayPal Ruby SDK release notes
22
=============================
33

4+
v1.7.3
5+
------
6+
* Adding disputes in data_types.rb
7+
* Fix issue `no implicit conversion of Array into String` [#363](https://github.com/paypal/PayPal-Ruby-SDK/pull/363)
8+
49
v1.7.2
510
------
611
* Remove logging of unknown fields.

lib/paypal-sdk/rest/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module PayPal
22
module SDK
33
module REST
4-
VERSION = "1.7.2"
4+
VERSION = "1.7.3"
55
end
66
end
77
end

0 commit comments

Comments
 (0)