Skip to content

Commit ea509d4

Browse files
committed
Bump version to 16.8.0
1 parent dd99ff1 commit ea509d4

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 16.8.0 - 2020-01-15
4+
* [#937](https://github.com/stripe/stripe-java/pull/937) Adding missing events for pending updates on `Subscription`
5+
36
## 16.7.0 - 2020-01-15
47
* [#933](https://github.com/stripe/stripe-java/pull/933) Add support for `pending_update` on `Subscription`
58
* [#930](https://github.com/stripe/stripe-java/pull/930) Bump stripe-mock to 0.79.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this dependency to your project's POM:
1616
<dependency>
1717
<groupId>com.stripe</groupId>
1818
<artifactId>stripe-java</artifactId>
19-
<version>16.7.0</version>
19+
<version>16.8.0</version>
2020
</dependency>
2121
```
2222

@@ -25,7 +25,7 @@ Add this dependency to your project's POM:
2525
Add this dependency to your project's build file:
2626

2727
```groovy
28-
implementation "com.stripe:stripe-java:16.7.0"
28+
implementation "com.stripe:stripe-java:16.8.0"
2929
```
3030

3131
### Others

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.7.0
1+
16.8.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.stripe
2-
VERSION_NAME=16.7.0
2+
VERSION_NAME=16.8.0
33

44
POM_URL=https://github.com/stripe/stripe-java
55
POM_SCM_URL=[email protected]:stripe/stripe-java.git

src/main/java/com/stripe/Stripe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public abstract class Stripe {
1313
public static final String CONNECT_API_BASE = "https://connect.stripe.com";
1414
public static final String LIVE_API_BASE = "https://api.stripe.com";
1515
public static final String UPLOAD_API_BASE = "https://files.stripe.com";
16-
public static final String VERSION = "16.7.0";
16+
public static final String VERSION = "16.8.0";
1717

1818
public static volatile String apiKey;
1919
public static volatile String clientId;

0 commit comments

Comments
 (0)