File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ 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+ ## [ 2.2.2 ] ( https://github.com/cryptomator/cryptolib/releases/tag/ 2.2.2 ) - 2026-01-30
1111
1212### Added
1313* Changelog file
1414* Maven wrapper script ([ #103 ] ( https://github.com/cryptomator/cryptolib/pull/103 ) )
1515* Locally reproducible builds ([ #106 ] ( https://github.com/cryptomator/cryptolib/pull/106 ) )
1616
1717### Changed
18- * Pin CI actions
18+ * Pin CI actions ( [ # 104 ] ( https://github.com/cryptomator/cryptolib/pull/104 ) )
1919* Updated dependencies
2020 - Updated ` org.bouncycastle:bcpkix-jdk18on ` from 1.80 to 1.83
2121 - Updated ` com.google.code.gson:gson ` from 2.12.1 to 2.13.2
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.cryptomator</groupId >
44 <artifactId >cryptolib</artifactId >
5- <version >2.3.0-SNAPSHOT </version >
5+ <version >2.2.2 </version >
66 <name >Cryptomator Crypto Library</name >
77 <description >This library contains all cryptographic functions that are used by Cryptomator.</description >
88 <url >https://github.com/cryptomator/cryptolib</url >
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