From ab9a64cbf592a8bb38570c04d9bd5d11cc40e8b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz>
Date: Thu, 28 Mar 2019 11:36:18 +0100
Subject: [PATCH] Released v1.0.0

---
 CHANGELOG.md  | 3 +++
 composer.json | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b927e3..a2caf89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,11 @@
 All notable changes to this project will be documented in this file.
  
 ## [Unreleased]
+
+## [v1.0.0]
 - First release
  
 
 
 [Unreleased]: https://github.com/CESNET/remoteuserssl-simplesamlphp-module/tree/master
+[v1.0.0]: https://github.com/CESNET/remoteuserssl-simplesamlphp-module/tree/v1.0.0
diff --git a/composer.json b/composer.json
index a756346..831c258 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-dev",
+  "version": "1.0.0",
   "keywords": ["simplesamlphp", "remoteuserssl"],
   "license": "BSD-2-Clause",
   "authors": [
-- 
GitLab