From 77867228d87ca0c78245a7dcdd63a30e17ab8d2d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz>
Date: Mon, 19 Aug 2019 14:06:25 +0200
Subject: [PATCH] Release 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 2aad00c..4881677 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
 - Possibility to read isCesnetEligible attribute from LDAP
 
@@ -111,6 +113,7 @@ the eduid filter (More information about this filter you can get [here] )
 - Changelog
 
 [Unreleased]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/master
+[v2.1.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.1.0
 [v2.0.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.0.0
 [v1.4.2]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.4.2
 [v1.4.1]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.4.1
diff --git a/composer.json b/composer.json
index 9beb91b..4f1cf05 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "cesnet/simplesamlphp-module-cesnet",
     "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for CESNET eInfra",
-    "version" : "2.1.0-dev",
+    "version" : "2.1.0",
     "type": "simplesamlphp-module",
     "keywords": ["CESNET", "cesnet", "simplesamlphp", "template"],
     "license": "BSD-2-Clause",
-- 
GitLab