From 8f426dd18c5b6a29a908ff3f5110322d2a2f1fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz> Date: Fri, 29 Mar 2019 11:22:26 +0100 Subject: [PATCH] Released v1.0.1 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5deb4d..b91e0f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.0.1] [Fixed] - Fixed problem with certificates, which contains scope @@ -11,4 +13,5 @@ All notable changes to this project will be documented in this file. [Unreleased]: https://github.com/CESNET/remoteuserssl-simplesamlphp-module/tree/master +[v1.0.1]: https://github.com/CESNET/remoteuserssl-simplesamlphp-module/tree/v1.0.1 [v1.0.0]: https://github.com/CESNET/remoteuserssl-simplesamlphp-module/tree/v1.0.0 diff --git a/composer.json b/composer.json index 831c258..98d651a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "cesnet/simplesamlphp-module-remoteuserssl", "description": "The module is just getting result of the Basic authentication or SSL authentication done by Apache web server.", "type": "simplesamlphp-module", - "version": "1.0.0", + "version": "1.0.1", "keywords": ["simplesamlphp", "remoteuserssl"], "license": "BSD-2-Clause", "authors": [ -- GitLab