diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ac68c5fcd2584a5fdb548b53cab6571303bb6b..d16cd2784fcb55e9dcb8b1c5e24fc019982655de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1.0 - 11-10-2019 +### Changed +- Create a stable version + ## 1.0.10 - 10-10-2019 ### Added - Validation type DEPENDENCY #41 (Gianfranco) diff --git a/package.json b/package.json index 426029cd26f7fd86897f9d9882a313943c1cd6a8..a7c3995a0af590232a2143781af3171f85b0c8b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "form-creator-api", - "version": "1.0.10", + "version": "1.1.0", "description": "RESTful API used to manage and answer forms.", "main": "index.js", "scripts": {