Skip to content

Commit bd6d158

Browse files
authored
Merge pull request #1570 from nextcloud/artonge/chore/v2.0.2
chore: Prepare v2.0.2
2 parents 1fa697e + 580f597 commit bd6d158

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
<!-- All notable changes to this project will be documented in this file so they will be shown in the Nextcloud app store "changes"-section -->
99

10+
## v2.0.2 - 2026-03-27
11+
12+
### Fixed
13+
* fix(sharing): Always enable e2ee proxy in public shares [\#1571](https://github.com/nextcloud/end_to_end_encryption/pull/1571)
14+
* fix(sharing): Delete share keys before its deletion [\#1572](https://github.com/nextcloud/end_to_end_encryption/pull/1572)
15+
1016
## v2.0.1 - 2026-03-27
1117

1218
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The clients and the web interface will handle the encryption and decryption proc
5555
Meaning that some apps in the web interface do not work with encrypted files.
5656
5757
]]></description>
58-
<version>2.0.1</version>
58+
<version>2.0.2</version>
5959
<licence>agpl</licence>
6060
<author>Nextcloud GmbH</author>
6161
<namespace>EndToEndEncryption</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "end_to_end_encryption",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": true,
55
"description": "Provides the necessary endpoint to enable End-to-End encryption.",
66
"homepage": "https://github.com/nextcloud/end_to_end_encryption#readme",

0 commit comments

Comments
 (0)