Skip to content

Commit

Permalink
release 1.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Bjoern Schiessle <[email protected]>
  • Loading branch information
schiessle committed Feb 9, 2018
1 parent 49b82cb commit 127098e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.4.2

- update display name in accounts table correctly
- improve error messages and logging


## 1.4.0

### Fixed
Expand All @@ -16,4 +22,4 @@ All notable changes to this project will be documented in this file.

### Added

- Added sample screenshots
- Added sample screenshots
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
version+=1.4.2

all: appstore

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0</version>
<version>1.4.2</version>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
Expand Down

0 comments on commit 127098e

Please sign in to comment.