Skip to content

Commit 5b44568

Browse files
committed
Bump version to 5.42.0
1 parent b33fd95 commit 5b44568

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 5.42.0 - 2018-06-19
4+
* [#529](https://github.com/stripe/stripe-java/pull/529) Annotate a lot of methods as deprecated and flagged for removal in the next major release
5+
36
## 5.41.1 - 2018-06-17
47
* [#528](https://github.com/stripe/stripe-java/pull/528) Add `name` to `Coupon` model
58

README.md

+2-2
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>5.41.1</version>
19+
<version>5.42.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-
compile "com.stripe:stripe-java:5.41.1"
28+
compile "com.stripe:stripe-java:5.42.0"
2929
```
3030

3131
### Others

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.41.1
1+
5.42.0

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.stripe
2-
VERSION_NAME=5.41.1
2+
VERSION_NAME=5.42.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

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

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

0 commit comments

Comments
 (0)