Skip to content

Commit

Permalink
publish version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sargue committed Sep 16, 2017
1 parent a4e7167 commit 7f13b08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ Mail.using(configuration)
## 1.4.1

* Fixed some null handling

## 1.5.0

* Configuration now can store default parameters to be used when they
are not specified on each mail building process. Inspired by [
this issue report](https://github.com/sargue/mailgun/issues/21)
4 changes: 2 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.4.1'`
`compile 'net.sargue:mailgun:1.5.0'`

#### Maven

```xml
<dependency>
<groupId>net.sargue</groupId>
<artifactId>mailgun</artifactId>
<version>1.4.1</version>
<version>1.5.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 @@ -8,7 +8,7 @@ apply plugin: 'maven'

group 'net.sargue'
archivesBaseName = 'mailgun'
version '1.4.1'
version '1.5.0'

sourceCompatibility = 1.7

Expand Down

0 comments on commit 7f13b08

Please sign in to comment.