Skip to content

Commit 82ece03

Browse files
committed
Merge branch 'main' into develop
2 parents ee3011a + 488b201 commit 82ece03

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77
The changelog starts with version 2.10.0.
88
Changes to prior versions can be found on the [GitHub release page](https://github.com/cryptomator/cryptofs/releases).
99

10-
## [Unreleased](https://github.com/cryptomator/cryptofs/compare/2.9.0...HEAD)
10+
## [2.10.0](https://github.com/cryptomator/cryptofs/releases/tag/2.10.0) - 2026-03-05
1111

1212
### Added
1313
* Files-in-Use: Optional feature to indicate for external parties if an encrypted file is currently opened by this filesystem ([#312](https://github.com/cryptomator/cryptofs/pull/312), [#338](https://github.com/cryptomator/cryptofs/pull/338))
@@ -20,6 +20,9 @@ Changes to prior versions can be found on the [GitHub release page](https://gith
2020
* Updated dependencies:
2121
* `com.github.ben-manes.caffeine:caffeine` from 3.2.0 to 3.2.3 ([#323](https://github.com/cryptomator/cryptofs/pull/323))
2222
* `org.cryptomator:cryptolib` from 2.2.1 to 2.2.2
23+
* `com.auth0:java-jwt` from 4.5.0 to 4.5.1
24+
* Removed dependencies:
25+
* `com.google.guava:guava`
2326

2427
### Fixed
2528
* Replacing internal path class `CryptoPath` with strings in `FilesystemEvent`s ([#319](https://github.com/cryptomator/cryptofs/pull/319))

pom.xml

Lines changed: 1 addition & 1 deletion
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>cryptofs</artifactId>
5-
<version>2.10.0-SNAPSHOT</version>
5+
<version>2.10.0</version>
66
<name>Cryptomator Crypto Filesystem</name>
77
<description>This library provides the Java filesystem provider used by Cryptomator.</description>
88
<url>https://github.com/cryptomator/cryptofs</url>

0 commit comments

Comments
 (0)