From e294acfcc3b1d669860b43d81156bd8681bd607e Mon Sep 17 00:00:00 2001 From: Sergi Baila Date: Sat, 9 Jun 2018 20:27:45 +0200 Subject: [PATCH] publish version 1.9.0 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- build.gradle | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3694d4..0348c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,3 +84,7 @@ this issue report](https://github.com/sargue/mailgun/issues/21) ## 1.8.1 * Fixed text content missing line separators + +## 1.9.0 + +* New configuration options to define timeouts for the underlying connection client. [#29](https://github.com/sargue/mailgun/issues/29) diff --git a/README.md b/README.md index 5ff330f..1850e3f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add the dependency to your project: #### Gradle -`compile 'net.sargue:mailgun:1.8.1'` +`compile 'net.sargue:mailgun:1.9.0'` #### Maven @@ -48,7 +48,7 @@ Add the dependency to your project: net.sargue mailgun - 1.8.1 + 1.9.0 ``` diff --git a/build.gradle b/build.gradle index c975322..d657e66 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: "jacoco" group 'net.sargue' archivesBaseName = 'mailgun' -version '1.8.1' +version '1.9.0' sourceCompatibility = 1.7