From 2cb467e6713b3bfa5f7033d531410aa63c0ec9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:04:58 +0200 Subject: [PATCH] chore: bump version to 0.20.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- appinfo/info.xml | 2 +- sonar-project.properties | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b8c14f..bf54b0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] - XXXX-XX-XX + +## [0.20.3] - 2026-07-28 + ### Fixed - [#849](https://github.com/owncloud/user_ldap/pull/849) - Confine the LDAP home folder naming rule to the data directory @@ -237,7 +240,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - Add hint for max search term length - [#105](https://github.com/owncloud/user_ldap/issues/105) - Allow proxy to check next server - [#101](https://github.com/owncloud/user_ldap/issues/101) -[Unreleased]: https://github.com/owncloud/user_ldap/compare/v0.20.2..master +[Unreleased]: https://github.com/owncloud/user_ldap/compare/v0.20.3..master +[0.20.3]: https://github.com/owncloud/user_ldap/compare/v0.20.2..v0.20.3 [0.20.2]: https://github.com/owncloud/user_ldap/compare/v0.20.1..v0.20.2 [0.20.1]: https://github.com/owncloud/user_ldap/compare/v0.20.0..v0.20.1 [0.20.0]: https://github.com/owncloud/user_ldap/compare/v0.19.1..v0.20.0 diff --git a/appinfo/info.xml b/appinfo/info.xml index 36f5b54b..9c3b5fac 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ More information is available in the [LDAP User and Group Backend documentation] AGPL Jörn Friedrich Dreyer, Tom Needham, Juan Pablo Villafañez Ramos, Dominik Schmidt and Arthur Schiwon - 0.20.2 + 0.20.3 diff --git a/sonar-project.properties b/sonar-project.properties index a19c5c74..097539e4 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ # Organization and project keys are displayed in the right sidebar of the project homepage sonar.organization=owncloud-1 sonar.projectKey=owncloud_user_ldap -sonar.projectVersion=0.20.2 +sonar.projectVersion=0.20.3 sonar.host.url=https://sonarcloud.io # =====================================================