From b6a07b72673f322d5d5103ac973681529df986e6 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Thu, 10 Aug 2017 21:26:44 -0400 Subject: [PATCH] docs: updated changelog --- CHANGELOG.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d7d892..751ae0f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [v1.1.0] - Unreleased -### Added -- **History**: History section to list all changes -- **Security**: Optional Two-Factor Authentication (2FA) protection +## [v1.0.6] - 2017-08-10 +### Fixed +- **Authentication**: LDAP no longer cause the social login text to appear on the login screen. +- **Misc**: Browser locales are now generated for non-english languages +- **Misc**: Renaming or moving a page is now removing the old entry in the All Pages navigation + +## [v1.0.5] - 2017-08-06 +### Fixed +- **Misc**: public access always false if using env var string ## [v1.0.4] - 2017-07-26 ### Fixed @@ -203,7 +208,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Updated dependencies + snyk policy -[v1.0.0-beta.14]: https://github.com/Requarks/wiki/compare/v1.0.1...HEAD +[v1.0.6]: https://github.com/Requarks/wiki/releases/tag/v1.0.6 +[v1.0.5]: https://github.com/Requarks/wiki/releases/tag/v1.0.5 +[v1.0.4]: https://github.com/Requarks/wiki/releases/tag/v1.0.4 +[v1.0.3]: https://github.com/Requarks/wiki/releases/tag/v1.0.3 [v1.0.1]: https://github.com/Requarks/wiki/releases/tag/v1.0.1 [v1.0.0-beta.13]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.13 [v1.0.0-beta.12]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.12