Skip to content

Commit

Permalink
Release v1.3.0 with new method to retrieve the body of the response
Browse files Browse the repository at this point in the history
  • Loading branch information
sargue committed Oct 26, 2016
1 parent aaad05d commit 7f9aa4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Add the dependency to your project:

#### Gradle

`compile 'net.sargue:mailgun:1.2.0'`
`compile 'net.sargue:mailgun:1.3.0'`

#### Maven

```xml
<dependency>
<groupId>net.sargue</groupId>
<artifactId>mailgun</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

Expand Down Expand Up @@ -221,6 +221,10 @@ Mail.using(configuration)

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

### v1.3.0

* New method to retrieve the body of the response. Useful to check more information in the event of errors.

## 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 @@ -8,7 +8,7 @@ apply plugin: 'maven'

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

sourceCompatibility = 1.7

Expand Down

0 comments on commit 7f9aa4b

Please sign in to comment.