Skip to content

Commit 7defcab

Browse files
Merge pull request #141 from mailjet/release-4.6.0
mailjet-client-4.6.0 release
2 parents 5fdec2c + 4143578 commit 7defcab

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Check out all the resources and all the Java code examples in the [Offical Docum
4848

4949
## Compatibility
5050

51-
This library requires library requires Java version 1.8 or higher.
51+
This library requires Java version 1.8 or higher.
5252

5353
## Installation (Maven)
5454

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>4.5.0</version>
9+
<version>4.6.0</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-4.5.0</tag>
30+
<tag>mailjet-client-4.6.0</tag>
3131
</scm>
3232
<!--License-->
3333
<licenses>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import java.io.IOException;
2020
import java.io.UnsupportedEncodingException;
2121
import java.net.HttpURLConnection;
22-
import java.net.MalformedURLException;
2322

2423
import com.mailjet.client.errors.MailjetClientCommunicationException;
2524
import org.json.JSONObject;
@@ -48,7 +47,7 @@ public class MailjetClient {
4847
private String _apiKey;
4948
private String _apiSecret;
5049
private String _token;
51-
private static final String userAgent = "mailjet-apiv3-java/v4.5.0";
50+
private static final String userAgent = "mailjet-apiv3-java/v4.6.0";
5251
private int _debug = 0;
5352

5453
/**

0 commit comments

Comments
 (0)