Skip to content

Commit 2998501

Browse files
authored
release 5.2.1 (#176)
1 parent b56ec46 commit 2998501

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ Check out all the resources and all the Java code examples in the [Official Docu
4848

4949

5050
## Release notes
51+
v5.2.1
52+
- update dependency versions
53+
5154
v5.2.0
5255
- added async methods
5356
- added automatic module nam
@@ -78,7 +81,7 @@ Add the following in your `pom.xml`
7881
<dependency>
7982
<groupId>com.mailjet</groupId>
8083
<artifactId>mailjet-client</artifactId>
81-
<version>5.2.0</version>
84+
<version>5.2.1</version>
8285
</dependency>
8386
</dependencies>
8487
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--General configuration -->
77
<groupId>com.mailjet</groupId>
88
<artifactId>mailjet-client</artifactId>
9-
<version>5.2.0</version>
9+
<version>5.2.1</version>
1010
<packaging>jar</packaging>
1111
<name>Mailjet Client</name>
1212
<description>A Mailjet API Client</description>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:https://github.com/mailjet/mailjet-apiv3-java.git</connection>
2828
<developerConnection>scm:git:https://github.com/mailjet/mailjet-apiv3-java.git</developerConnection>
2929
<url>git@github.com:mailjet/mailjet-apiv3-java.git</url>
30-
<tag>mailjet-client-5.2.0</tag>
30+
<tag>mailjet-client-5.2.1</tag>
3131
</scm>
3232
<!--License-->
3333
<licenses>

src/main/java/com/mailjet/client/MailjetClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class MailjetClient {
3838
private ClientOptions _options;
3939
private OkHttpClient _client;
4040

41-
private static final String userAgent = "mailjet-apiv3-java/v5.2.0";
41+
private static final String userAgent = "mailjet-apiv3-java/v5.2.1";
4242

4343
/**
4444
* Deprecated - please, use MailjetClient(ClientOptions clientOptions) ctor instead

0 commit comments

Comments
 (0)