From 41794194c326a6101c230ee048bcfee26b6493b9 Mon Sep 17 00:00:00 2001 From: Sergi Baila Date: Wed, 30 May 2018 16:23:35 +0200 Subject: [PATCH] publish version 1.6.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 22099e0..3c7f022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,3 +67,7 @@ Mail.using(configuration) * Configuration now can store default parameters to be used when they are not specified on each mail building process. Inspired by [ this issue report](https://github.com/sargue/mailgun/issues/21) + +## 1.6.0 + +* New methods to retrieve parameter values from a Mail instance diff --git a/README.md b/README.md index d4c6169..15efeb1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add the dependency to your project: #### Gradle -`compile 'net.sargue:mailgun:1.5.0'` +`compile 'net.sargue:mailgun:1.6.0'` #### Maven @@ -48,7 +48,7 @@ Add the dependency to your project: net.sargue mailgun - 1.5.0 + 1.6.0 ``` diff --git a/build.gradle b/build.gradle index 40d62c2..9381873 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: "jacoco" group 'net.sargue' archivesBaseName = 'mailgun' -version '1.5.0' +version '1.6.0' sourceCompatibility = 1.7