diff --git a/CHANGELOG.md b/CHANGELOG.md
index 363346f786289f04f4b4eb6e3e7692e6256d65d8..177d6dcbfd5b7eff2bac0121992bad66f607c3c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## 1.2.0 - 19-02-2020
+### Changed
+- Created a stable version with user
+
+
 ## 1.1.13 - 10-02-2020
 ### Added
 - Route to read Form Answer #66 (Richard Heise & Gianfranco)
@@ -20,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - UserQueryBuilder Update now needs an id
 - UserOptions hash is not obrigatory
 
+
 ## 1.1.11 - 04-02-2020
 ## Changed
 - Form controller update route to verify if a user own the form #62 (Gianfranco)
@@ -191,6 +197,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Changed
 - Create a stable version
 
+
 ## 0.0.27 - 15-08-2019
 ### Added
 - DbHandler methods to update database #32 (Gianfranco)
diff --git a/package.json b/package.json
index c5bacdc80153ab59511ecbb6b7dc763fbc17040f..eb9fa23a2805c97b071fc15b9d6d9aa6b58e15c9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "form-creator-api",
-  "version": "1.1.13",
+  "version": "1.2.0",
   "description": "RESTful API used to manage and answer forms.",
   "main": "index.js",
   "scripts": {