From e39a512e0c2a4ca15a5c287109cc131a4ea1ffef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Tue, 20 Oct 2020 16:45:55 +0200 Subject: [PATCH] changelog for v0.1.0-beta.14 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 943a0d9..4d8a3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.0-beta.14](https://github.com/flarum/flarum/compare/v0.1.0-beta.13...v0.1.0-beta.14) + +### Added +- Nginx rules to prevent access to sensitive files (#65) +- IIS configuration added (#66) + +### Changed +- Minimum PHP requirement is now 7.2+ + +### Fixed +- Logo path in readme didn't resolve correctly (#68) + +### Removed +- Social auth drivers removed (#67) + ## [0.1.0-beta.13](https://github.com/flarum/flarum/compare/v0.1.0-beta.12...v0.1.0-beta.13) ### Changed