diff --git a/CHANGELOG.md b/CHANGELOG.md
index d59952c55b533f5258db5b4859c3c7d38819a9da..01f6a71a0fa6ddb629b21f8dea4455f168be4675 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.0.2]
  [Changed]
  - Whole module now uses a dictionary
  
@@ -16,5 +18,6 @@
 - Changelog
 
 [Unreleased]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/master
+[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 c1953f8e079ef2815f7cd2466fe39c340c28b57f..be8b0bcffc12b21c99c218a0be007045d7a08ffd 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.0.2-dev",
+    "version": "1.0.2",
     "type": "simplesamlphp-module",
     "require": {
         "simplesamlphp/composer-module-installer": "~1.0"