From 1297296591afc83d89b2192f3405bf59b22f8a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= Date: Wed, 8 Aug 2018 14:46:58 +0200 Subject: [PATCH] Released v1.1.0 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aec876..a41b0fe 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.1.0] [Changed] - Changed the URL to AddInstitution App @@ -20,6 +22,7 @@ - Changelog [Unreleased]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/master +[v1.1.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.1.0 [v1.0.2]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.0.2 [v1.0.1]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.0.1 [v1.0.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.0.0 \ No newline at end of file diff --git a/composer.json b/composer.json index 61bc09f..4db863a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "elixir/simplesamlphp-module-elixir", "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for ELIXIR", - "version": "1.1.0-dev", + "version": "1.1.0", "type": "simplesamlphp-module", "require": { "simplesamlphp/composer-module-installer": "~1.0"