Skip to content

Commit 078d4b5

Browse files
committed
Update CHANGELOG and version
Added information for v0.2.0.
1 parent d28e086 commit 078d4b5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0] - 2021-01-26
10+
### Added
11+
- A login can now be performed using a username or the email address. The user created in the wiki database still equals the username, even if the email address was used to login.
12+
913
## [0.1.1] - 2019-04-12
1014
### Fixed
1115

@@ -24,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2428
- No absolute failure on wrong credentials which allows for other providers to run.
2529
- Adherence to MediaWiki's coding standards (testable via composer script).
2630

27-
[Unreleased]: https://github.com/hochleitner/ExternalDatabaseAuth/compare/v0.1.1...HEAD
31+
[Unreleased]: https://github.com/hochleitner/ExternalDatabaseAuth/compare/v0.2.0...HEAD
32+
[0.2.0]: https://github.com/hochleitner/ExternalDatabaseAuth/releases/tag/v0.2.0
2833
[0.1.1]: https://github.com/hochleitner/ExternalDatabaseAuth/releases/tag/v0.1.1
2934
[0.1.0]: https://github.com/hochleitner/ExternalDatabaseAuth/releases/tag/v0.1.0

0 commit comments

Comments
 (0)