Skip to content

Commit

Permalink
publish version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sargue committed Jun 9, 2018
1 parent 42aad6c commit e294acf
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 @@ -84,3 +84,7 @@ this issue report](https://github.com/sargue/mailgun/issues/21)
## 1.8.1

* Fixed text content missing line separators

## 1.9.0

* New configuration options to define timeouts for the underlying connection client. [#29](https://github.com/sargue/mailgun/issues/29)
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.8.1'`
`compile 'net.sargue:mailgun:1.9.0'`

#### Maven

```xml
<dependency>
<groupId>net.sargue</groupId>
<artifactId>mailgun</artifactId>
<version>1.8.1</version>
<version>1.9.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.8.1'
version '1.9.0'

sourceCompatibility = 1.7

Expand Down

0 comments on commit e294acf

Please sign in to comment.