From 311e788c94bde561c0d81d811597dd3c969bdd02 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 17 Feb 2018 13:53:22 -0500 Subject: [PATCH] docs: updated CHANGELOG ***NO_CI*** --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8b5a47..b853db08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [v1.0.76] - 2018-02-17 +### Fixed +- **Authentication**: Added missing OAuth2 login button +- **UI**: Fixed overflow issue in modal sidebar + ## [v1.0.68] - 2018-01-11 ### Added - **Authentication**: Generic OAuth2 authentication provider @@ -259,6 +264,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Updated dependencies + snyk policy +[v1.0.76]: https://github.com/Requarks/wiki/releases/tag/v1.0.76 [v1.0.68]: https://github.com/Requarks/wiki/releases/tag/v1.0.68 [v1.0.66]: https://github.com/Requarks/wiki/releases/tag/v1.0.66 [v1.0.12]: https://github.com/Requarks/wiki/releases/tag/v1.0.12