Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Aug 23, 2022
1 parent 929ad62 commit 76f36b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.8.1

* updated apache Tika version to 2.4.0
* updated jackson to version 2.13.3
* updated sending endpoints to use List interface rather than ArrayList

## 1.8.0

* Sender signature model update, added confirmation personal note

## 1.7.4

* fixed server data model
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</developers>

<properties>
<postmark.version>1.8.0</postmark.version>
<postmark.version>1.8.1</postmark.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<jackson.minimum.version>2.9.7</jackson.minimum.version>
Expand Down

0 comments on commit 76f36b6

Please sign in to comment.