Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
fix: add globally trusted CAs to truststore (#51)
Browse files Browse the repository at this point in the history
* chore: add globally trusted CAs to truststore

* docs: update CHANGELOG.md

* chore: increase version in POM
  • Loading branch information
ronjaquensel authored Jul 21, 2021
1 parent 8c44ea2 commit a0443b9
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## [1.2.2] - 2021-07-21

### Changed

- Change Postgres version to 42.2.23.

### Fixed

- Add globally trusted CAs to truststore.

## [1.2.1] - 2021-06-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<properties>
<!-- General -->
<revision>1.2.1</revision>
<revision>1.2.2</revision>
<email>[email protected]</email>

<!-- Build info -->
Expand Down
Binary file modified src/main/resources/truststore.p12
Binary file not shown.

0 comments on commit a0443b9

Please sign in to comment.