Skip to content

Commit

Permalink
publish version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sargue committed May 31, 2018
1 parent 80a9f3c commit 0a30c89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ this issue report](https://github.com/sargue/mailgun/issues/21)
## 1.7.0

* New configuration facility to provide default callbacks for async sending

## 1.8.0

* Fixed callback factory lacking context (Mail reference). Breaks v1.7.0 compatibility. Sorry about that, even if v1.7.0 lived only one day.
* New mail filter to decide mail sending per 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.7.0'`
`compile 'net.sargue:mailgun:1.8.0'`

#### Maven

```xml
<dependency>
<groupId>net.sargue</groupId>
<artifactId>mailgun</artifactId>
<version>1.7.0</version>
<version>1.8.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.7.0'
version '1.8.0'

sourceCompatibility = 1.7

Expand Down

0 comments on commit 0a30c89

Please sign in to comment.