diff --git a/composer.lock b/composer.lock index e52e1c6cdf6584b0bcc88acbdf6a20b395e03fb3..805e2a9085650beb96787e770f3b5d7f5a5d49aa 100644 --- a/composer.lock +++ b/composer.lock @@ -1455,16 +1455,16 @@ }, { "name": "simplesamlphp/simplesamlphp-module-negotiate", - "version": "v0.9.9", + "version": "v0.9.10", "source": { "type": "git", "url": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate.git", - "reference": "68c9a1a2b81c68978ba6cfe19f0a7527300768ba" + "reference": "db05ff40399c66e3f14697a8162da6b2fbdab47d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/68c9a1a2b81c68978ba6cfe19f0a7527300768ba", - "reference": "68c9a1a2b81c68978ba6cfe19f0a7527300768ba", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/db05ff40399c66e3f14697a8162da6b2fbdab47d", + "reference": "db05ff40399c66e3f14697a8162da6b2fbdab47d", "shasum": "" }, "require": { @@ -1504,7 +1504,7 @@ "negotiate", "simplesamlphp" ], - "time": "2020-08-03T13:02:36+00:00" + "time": "2021-01-22T13:36:09+00:00" }, { "name": "simplesamlphp/simplesamlphp-module-oauth", @@ -4255,12 +4255,12 @@ "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/webmozart/assert.git", + "url": "https://github.com/webmozarts/assert.git", "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4", "shasum": "" }, diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index b7683c49f0eb68381eb261d3660ff7c3883f96e4..191fc1704bdcf7c1d6da594c5a5cf05712c1be28 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -6,6 +6,13 @@ SimpleSAMLphp changelog This document lists the changes between versions of SimpleSAMLphp. See the upgrade notes for specific information about upgrading. +## Version 1.19.1 + +Released TBD + +### negotiate + * Fix a bug that was breaking the module when using the old UI + ## Version 1.19.0 Released 2021-01-21