Skip to content

Commit

Permalink
publish version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sargue committed May 31, 2018
1 parent f7f2daa commit e9cf88f
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 @@ -71,3 +71,7 @@ this issue report](https://github.com/sargue/mailgun/issues/21)
## 1.6.0

* New methods to retrieve parameter values from a Mail instance

## 1.7.0

* New configuration facility to provide default callbacks for async sending
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.6.0'`
`compile 'net.sargue:mailgun:1.7.0'`

#### Maven

```xml
<dependency>
<groupId>net.sargue</groupId>
<artifactId>mailgun</artifactId>
<version>1.6.0</version>
<version>1.7.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.6.0'
version '1.7.0'

sourceCompatibility = 1.7

Expand Down

0 comments on commit e9cf88f

Please sign in to comment.