increase version number and add changelog

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Björn Schiessle 2018-08-17 11:34:43 +02:00
parent 0d80438329
commit 51b627d0f4
No known key found for this signature in database
GPG key ID: 2378A753E2BF04F6
3 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
# 1.6.2
### Changelog
- Add reset button to start over with the configuration
- Show default login screen until SSO is configured
- updated translations
- small fixes
# 1.6.1
### Fixed

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+=1.6.1
version+=1.6.2
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>1.6.1</version>
<version>1.6.2</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>