Skip to content

Commit fa41152

Browse files
committed
prepare 2.10.0
1 parent e5e24a5 commit fa41152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 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/compare/2.9.0...HEAD) - tbd
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))

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)