Bump to 2.3.1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-05-29 09:54:56 +02:00
parent 1c8b32c841
commit 8d50db10ff
No known key found for this signature in database
GPG key ID: F941078878347C0C
3 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## 2.3.1
### Fixed
- name id format is set per provider
## 2.3.0
### Added

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.2.0
version+=2.3.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.3.0</version>
<version>2.3.1</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>