From f6130e60cf6dcf93998426175a25fca07ed04491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Mon, 9 Dec 2019 17:27:10 +0100 Subject: [PATCH] Update changelog --- docs/simplesamlphp-changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 2c051a87a..e05cf0496 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -13,6 +13,16 @@ Released TBD * This version will be the last of the 1.x branch and will provide a migration path to our new templating system, routing system, translation system and hooks. +## Version 1.18.3 + +Released 2019-12-09 + + * Fixed an issue with several modules being enabled by default (#1257). + * Fixed an issue with metadata generation for trusted entities (#1247, #1251). + +### ldap + * Fixed an issue affecting the installation in case-insensitive file systems (#1253). + ## Version 1.18.2 Released 2019-11-26 -- GitLab