Skip to content

Commit 9eab849

Browse files
committed
updated changelog and bumped version sdk number
1 parent 30e56e9 commit 9eab849

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2016-12-21
2+
* Released v8.0.0, updating API support to 2016-12-07
3+
* Added support for optional account_id in CreditCard.authorize()
4+
* Added CreditCard.getBackingInstrumentName()
5+
16
2016-12-21
27
* Released v7.0.0, updating API support to 2016-08-10
38
* No other changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WePay-Java-SDK
33

44
Note
55
================================
6-
This WePay-Java-SDK is for <a href = "https://www.wepay.com/developer/version/2016-08-10">WePay Api Version 2016-08-10</a>. The jar for the previous API versions can be found in the lib folder.
6+
This WePay-Java-SDK is for <a href = "https://www.wepay.com/developer/version/2016-12-07">WePay Api Version 2016-12-07</a>. The jar for the previous API versions can be found in the lib folder.
77

88
Building
99
================================

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.wepay</groupId>
1010
<artifactId>wepay-java-sdk</artifactId>
11-
<version>7.0.0</version>
11+
<version>8.0.0</version>
1212

1313
<name>wepay-java-sdk</name>
1414
<description>WePay Java SDK</description>

0 commit comments

Comments
 (0)