From 855a3e464c86a26d5198fc27788ead7822832cc6 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Sat, 23 Apr 2022 13:17:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v3.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- CHANGELOG.md | 2 ++ appinfo/info.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fbfb6..662f6e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.0.0] - 2022-04-26 ### Breaking Changes - Namespace change: ⚠This requires configuration changes to be applied to your config.php.⚠\ Specifically the `class` attribute needs to be changed to the full class path starting with `\OCA\UserExternal\` and ending with the name of the specific authentication backend you use (e.g. IMAP or FTP). Check the [README.md](https://github.com/nextcloud/user_external#readme) for the concrete value you have to set. diff --git a/appinfo/info.xml b/appinfo/info.xml index 88e13d2..e2c6367 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it! ]]> - 3.0.0-beta1 + 3.0.0 agpl Robin Appelman UserExternal