Skip to content

Commit 16aa999

Browse files
committed
[skip ci] Merge branch 'main' into develop
2 parents 8af3c97 + 8fabeee commit 16aa999

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ 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+
## [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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)