Skip to content

Commit 53e098f

Browse files
committed
[skip ci] set to next snapshot
1 parent 3b5e05e commit 53e098f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

10+
## [Unreleased](https://github.com/cryptomator/integrations-linux/compare/1.7.0...HEAD)
11+
12+
No changes yet.
13+
14+
1015
## [1.7.0](https://github.com/cryptomator/integrations-linux/releases/1.7.0) - 2026-03-12
1116

1217
### Added
1318
* Flatpak Update Mechanism ([#117](https://github.com/cryptomator/integrations-linux/pull/117))
1419
* New KeychainAccess service implementation based on freedesktop secret-service DBus API ([#125](https://github.com/cryptomator/integrations-linux/pull/125))
1520
* Use Maven wrapper for building ([#140](https://github.com/cryptomator/integrations-linux/pull/140))
1621

17-
1822
### Changed
1923
* Require JDK 25
2024
* Pin GitHub action versions used in CI ([#132](https://github.com/cryptomator/integrations-linux/pull/132))

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.cryptomator</groupId>
77
<artifactId>integrations-linux</artifactId>
8-
<version>1.7.0-beta1</version>
8+
<version>1.8.0-SNAPSHOT</version>
99

1010
<name>integrations-linux</name>
1111
<description>Provides optional Linux services used by Cryptomator</description>

0 commit comments

Comments
 (0)