Skip to content

Commit 4b9217f

Browse files
committed
Bump version to 0.2.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent 95c0352 commit 4b9217f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.0] - 2020-07-22
8+
### Added
9+
- Support for Nextcloud 20
10+
- Support for the login flow
11+
12+
### Fixed
13+
- Audiance verification (thanks to coudot)
14+
715
## [0.1.0] - 2020-04-29
816
### Added
917
- Basic implementation of OIDC client

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>OpenID Connect user backend</name>
66
<summary>Use an openID connect backed to login to your Nextcloud</summary>
77
<description>Allow configuring an OIDC server as Nextcloud user backend.</description>
8-
<version>0.1.2</version>
8+
<version>0.2.0</version>
99
<licence>agpl</licence>
1010
<author>Roeland Jago Douma</author>
1111
<namespace>UserOIDC</namespace>

0 commit comments

Comments
 (0)