Skip to content

Commit eff0b7d

Browse files
committed
chore(release): v4.0.0-RC1
Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent 8f40547 commit eff0b7d

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ Starting from v3.0.0, all notable changes to this project will be documented in
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [3.4.0] -
7+
## [4.0.0-RC1] -
8+
9+
- Make compatible with Nextcloud 31, 32, 33, and 34
10+
[#283](https://github.com/nextcloud/user_external/pull/283) [#286](https://github.com/nextcloud/user_external/pull/286)
11+
- Bump symfony/process from 5.4.7 to 5.4.46
12+
[#262](https://github.com/nextcloud/user_external/pull/262)
13+
- Fix: Set up logger instance in base constructor
14+
[#272](https://github.com/nextcloud/user_external/pull/272) @hschletz
15+
16+
## [3.4.0] -
817
- Fix out-of-bound array access in IMAP backend
918
[#229](https://github.com/nextcloud/user_external/pull/229) @BjoKaSH
1019
- Distinguish wrong credentials from other problems in logging output for IMAP backend

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
1818
]]></description>
19-
<version>3.6.0</version>
19+
<version>4.0.0-RC1</version>
2020
<licence>agpl</licence>
2121
<author>Robin Appelman</author>
2222
<namespace>UserExternal</namespace>

0 commit comments

Comments
 (0)