Skip to content

Commit

Permalink
publish v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sargue committed Apr 12, 2020
1 parent 87e07e3 commit 70e810d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,7 @@ this issue report](https://github.com/sargue/mailgun/issues/21)
* JAX-RS client reuse, better performance under load. Remember to reuse
the Configuration object and close it when it's no longer needed. It's safe
to use just one for the entire life of the application.

## 1.9.2

* security improvements
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.9.1'
version '1.9.2'

sourceCompatibility = 1.7

Expand Down

0 comments on commit 70e810d

Please sign in to comment.