File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77The changelog starts with version 2.3.0.
88Changes to prior versions can be found on the [ Github release page] ( https://github.com/cryptomator/cryptolib/releases ) .
99
10- ## [ Unreleased] ( https://github.com/cryptomator/cryptolib/compare/2.2.1...HEAD )
10+ ## [ Unreleased]
11+
12+ No changes yet.
13+
14+ ## [ 2.2.2] ( https://github.com/cryptomator/cryptolib/releases/tag/2.2.2 ) - 2026-01-30
1115
1216### Added
1317* Changelog file
1418* Maven wrapper script ([ #103 ] ( https://github.com/cryptomator/cryptolib/pull/103 ) )
1519* Locally reproducible builds ([ #106 ] ( https://github.com/cryptomator/cryptolib/pull/106 ) )
1620
1721### Changed
18- * Pin CI actions
22+ * Pin CI actions ( [ # 104 ] ( https://github.com/cryptomator/cryptolib/pull/104 ) )
1923* Updated dependencies
2024 - Updated ` org.bouncycastle:bcpkix-jdk18on ` from 1.80 to 1.83
2125 - Updated ` com.google.code.gson:gson ` from 2.12.1 to 2.13.2
Original file line number Diff line number Diff line change 1616 <properties >
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <maven .compiler.release>8</maven .compiler.release>
19- <project .build.outputTimestamp>2026-01-28T08:00:00Z </project .build.outputTimestamp>
19+ <project .build.outputTimestamp>2026-01-29T16:35:49Z </project .build.outputTimestamp>
2020
2121 <!-- dependencies -->
2222 <gson .version>2.13.2</gson .version>
You can’t perform that action at this time.
0 commit comments