Skip to content

Commit b9840ef

Browse files
author
Jay Patel
committed
Preparing for release 1.9.3
1 parent e4d7b2d commit b9840ef

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
v1.9.3
5+
----
6+
* Changed cvv2 to be a String [#242](https://github.com/paypal/PayPal-Java-SDK/pull/242).
7+
* Change OpenID Connect URLs [#236](https://github.com/paypal/PayPal-Java-SDK/pull/236).
8+
* Fixed functional tests and duplicate requestId [#228](https://github.com/paypal/PayPal-Java-SDK/pull/228).
9+
* Minor bug fixes [#232](https://github.com/paypal/PayPal-Java-SDK/pull/232).
10+
411
v1.9.2
512
----
613
* Improvements to Webhook Validation integration [#223](https://github.com/paypal/PayPal-Java-SDK/pull/223).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ allprojects {
1313
apply plugin: 'java'
1414

1515
group = 'com.paypal.sdk'
16-
version = '1.9.2'
16+
version = '1.9.3'
1717
sourceCompatibility = 1.6
1818
targetCompatibility = 1.6
1919

rest-api-sdk/src/main/java/com/paypal/base/sdk/info/SDKVersionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class SDKVersionImpl implements SDKVersion {
1515
/**
1616
* SDK Version used in User-Agent HTTP header
1717
*/
18-
private static final String SDK_VERSION = "1.9.2";
18+
private static final String SDK_VERSION = "1.9.3";
1919

2020
public String getSDKId() {
2121
return SDK_ID;

0 commit comments

Comments
 (0)