From f52c9a2e109570306541e0ba735c36f43a1fcf9d Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Fri, 23 Feb 2018 18:54:04 -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 b853db08..71ef61a9 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.78] - 2018-02-23 +### Fixed +- **Authentication**: Azure AD email getter +- **Logging**: Missing raven dependency for sentry logging + ## [v1.0.76] - 2018-02-17 ### Fixed - **Authentication**: Added missing OAuth2 login button @@ -264,6 +269,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Updated dependencies + snyk policy +[v1.0.78]: https://github.com/Requarks/wiki/releases/tag/v1.0.78 [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