From 91581cb7fdd8044f6435c91f61c9b93c91b9b464 Mon Sep 17 00:00:00 2001 From: Richard Fernando Heise Ferreira <rfhf19@inf.ufpr.br> Date: Wed, 19 Feb 2020 10:05:36 -0300 Subject: [PATCH] Issue #45: Release a stable 1.2 version Signed-off-by: RichardHeise <rfhf19@inf.ufpr.br> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 363346f..177d6dc 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 c5bacdc..eb9fa23 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": { -- GitLab