We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53eabb commit face255Copy full SHA for face255
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.10.1
4
+
5
+* updated error handling to provide HTTP status codes
6
7
## 1.10.0
8
9
* switched underlying HTTP client from Jersey to Apache HTTP client
pom.xml
@@ -23,7 +23,7 @@
23
</developers>
24
25
<properties>
26
- <postmark.version>1.10.0</postmark.version>
+ <postmark.version>1.10.1</postmark.version>
27
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
28
<java.version>1.8</java.version>
29
<jackson.minimum.version>2.9.7</jackson.minimum.version>
0 commit comments