From 803e03bde0d4db5a785aef8431239ac88ad080e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz>
Date: Wed, 6 Jun 2018 09:27:21 +0200
Subject: [PATCH] Released v1.0.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca4a3fb..7debd5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,3 +2,10 @@
 All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
+
+## [v1.0.0]
+[Added]
+- Changelog
+
+[Unreleased]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/master
+[v1.0.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.0.0
diff --git a/composer.json b/composer.json
index 19dddf3..58bb60f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
   "name": "cesnet/simplesamlphp-module-proxystatistics",
   "description": "A SimpleSAMLPHP module for statistics",
-  "version": "1.0.0-rc",
+  "version": "1.0.0",
   "type": "simplesamlphp-module",
   "keywords": ["statistics","simplesamlphp"],
   "license": "BSD-2",
-- 
GitLab