Skip to content

Commit

Permalink
publish version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sargue committed May 30, 2018
1 parent 27d7cf1 commit 4179419
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ Add the dependency to your project:

#### Gradle

`compile 'net.sargue:mailgun:1.5.0'`
`compile 'net.sargue:mailgun:1.6.0'`

#### Maven

```xml
<dependency>
<groupId>net.sargue</groupId>
<artifactId>mailgun</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: "jacoco"

group 'net.sargue'
archivesBaseName = 'mailgun'
version '1.5.0'
version '1.6.0'

sourceCompatibility = 1.7

Expand Down

0 comments on commit 4179419

Please sign in to comment.