From 896ff281a15c6501ab685630f9adbb84a46798df Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 9 Sep 2021 14:08:51 +0000 Subject: [PATCH] Bump version to 2.0.0 [skip ci] --- CHANGELOG.md | 13 ++++++++++++- openapi/index.yaml | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index babd85d4..d7a6a342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v1.21.4](https://github.com/pagopa/io-functions-services/compare/v1.21.3...v1.21.4) +#### [v2.0.0](https://github.com/pagopa/io-functions-services/compare/v1.21.4...v2.0.0) + +- [#IP-324] Change fp-ts version to 2.x and removed old italia-commons uses [`#154`](https://github.com/pagopa/io-functions-services/pull/154) + +#### [v1.21.4](https://github.com/pagopa/io-functions-services/compare/v1.21.4-RELEASE...v1.21.4) + +> 31 August 2021 + +#### [v1.21.4-RELEASE](https://github.com/pagopa/io-functions-services/compare/v1.21.3...v1.21.4-RELEASE) + +> 31 August 2021 - [#ENTE-130] Messages to SANDBOX account don't send emails to services user [`#153`](https://github.com/pagopa/io-functions-services/pull/153) +- Bump version to 1.21.4 [skip ci] [`986fd74`](https://github.com/pagopa/io-functions-services/commit/986fd74275ff8c42874d4bcd08047c9b29f88da4) #### [v1.21.3](https://github.com/pagopa/io-functions-services/compare/v1.21.3-RELEASE...v1.21.3) diff --git a/openapi/index.yaml b/openapi/index.yaml index 4ce99995..3bc54561 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 1.21.4 + version: 2.0.0 title: IO API for Public Administration Services contact: name: Digital Transformation Team diff --git a/package.json b/package.json index 1ff5bf0a..79b7c5be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-services", - "version": "1.21.4", + "version": "2.0.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",