prepare version 2.1.1

This commit is contained in:
Björn Schiessle 2019-02-01 08:28:15 +01:00
parent a8a0ce83da
commit a8123425c4
No known key found for this signature in database
GPG key ID: 2378A753E2BF04F6
3 changed files with 10 additions and 2 deletions

View file

@ -1,8 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
## 2.1.1
### Changed
- sort IDP's alphabetical
- improved documentation in UI, add hint for direct login URL
### Fixed
- create skeleton files if SAML is used in combination with LDAP
## 2.1.0

View file

@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
version+=2.0.0
version+=2.1.1
all: appstore

View file

@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
<version>2.1.0</version>
<version>2.1.1</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>