Skip to content

Commit 6ae4d68

Browse files
committed
prepare version 2.2.2
1 parent 5721c7e commit 6ae4d68

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77
The changelog starts with version 2.3.0.
88
Changes 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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -16,7 +16,7 @@
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>

0 commit comments

Comments
 (0)