From e7b32a101be8a4668a55b5ada056842e9e48088c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= Date: Thu, 24 Jan 2019 08:40:24 +0100 Subject: [PATCH] Released v2.1.0 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d82a7df..27fd076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v2.1.0] [Added] - Added support for LifeScience hostel @@ -25,5 +27,6 @@ All notable changes to this project will be documented in this file. - Whole module now uses a dictionary [Unreleased]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/master + [v2.1.0]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v2.1.0 [v2.0.0]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v2.0.0 [v1.0.0]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v1.0.0 diff --git a/composer.json b/composer.json index 29f057f..81e33a9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bbmri/simplesamlphp-module-bbmri", "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for BBMRI-ERIC", - "version": "2.1.0-dev", + "version": "2.1.0", "type": "simplesamlphp-module", "keywords": ["BBMRI", "bbmri", "BBMRI-ERIC", "bbmri-eric", "simplesamlphp"], "license": "BSD-2-Clause",