Skip to content

Commit

Permalink
release v1.2.0 with new method to add inline images
Browse files Browse the repository at this point in the history
  • Loading branch information
sargue committed Jul 27, 2016
1 parent b6a0669 commit f4b55d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ Mail.using(configuration)
.send();
```

### v1.2.0

* New method to add inline images thanks to [Lance Reid](https://github.com/lancedfr). See [PR](https://github.com/sargue/mailgun/pull/5).

## Test suite

There is a test suite using [WireMock](http://wiremock.org) to mock the Mailgun
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'maven'

group 'net.sargue'
archivesBaseName = 'mailgun'
version '1.1.0'
version '1.2.0'

sourceCompatibility = 1.7

Expand Down

0 comments on commit f4b55d7

Please sign in to comment.