diff --git a/CHANGELOG.md b/CHANGELOG.md index b2fb5477..78736387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -## Unreleased +## [0.16.1] - 2022-11-07 ### Changed -- Change color of warning sign for expert settings [#678](https://github.com/owncloud/user_ldap/pull/678) -- Decode binary GUID where we normally expected string (eDirectory) [#711](https://github.com/owncloud/user_ldap/pull/711) + +- [#678](https://github.com/owncloud/user_ldap/pull/678) - Change color of warning sign for expert settings +- [#711](https://github.com/owncloud/user_ldap/pull/711) - Decode binary GUID where we normally expected string (eDirectory) +- [#760](https://github.com/owncloud/user_ldap/pull/760) - Binary converter ## [0.16.0] - 2021-11-25 @@ -167,7 +169,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - Allow proxy to check next server - [#101](https://github.com/owncloud/user_ldap/issues/101) -[Unreleased]: https://github.com/owncloud/user_ldap/compare/v0.16.0...master +[Unreleased]: https://github.com/owncloud/user_ldap/compare/v0.16.1...master +[0.16.1]: https://github.com/owncloud/user_ldap/compare/v0.16.0...v0.16.1 [0.16.0]: https://github.com/owncloud/user_ldap/compare/v0.15.4...v0.16.0 [0.15.4]: https://github.com/owncloud/user_ldap/compare/v0.15.3...v0.15.4 [0.15.3]: https://github.com/owncloud/user_ldap/compare/v0.15.2...v0.15.3 diff --git a/appinfo/info.xml b/appinfo/info.xml index c9b4374a..b89b1029 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.16.0 + 0.16.1 diff --git a/sonar-project.properties b/sonar-project.properties index e4c2482a..c9a698a1 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.16.0 +sonar.projectVersion=0.16.1 sonar.host.url=https://sonarcloud.io # =====================================================