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 3c3de46 commit 12762dbCopy full SHA for 12762db
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.9.11
4
+
5
+* code cleanup (better decoupling of components, folder restructure and other small cleanups)
6
7
## 1.9.1
8
9
* updated data models to latest version for stats and webhooks
pom.xml
@@ -23,7 +23,7 @@
23
</developers>
24
25
<properties>
26
- <postmark.version>1.9.1</postmark.version>
+ <postmark.version>1.9.11</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