From 53b102eda01295d2dc313e806e286a10fa73a04f Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 26 May 2021 12:38:21 +0000 Subject: [PATCH] Bump version to 1.15.1 [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 885f06a6..d3e6b9f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ 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.15.0](https://github.com/pagopa/io-functions-services/compare/v1.14.1...v1.15.0) +#### [v1.15.1](https://github.com/pagopa/io-functions-services/compare/v1.15.0...v1.15.1) + +- [#ip-210] add 400 where missing [`#125`](https://github.com/pagopa/io-functions-services/pull/125) + +#### [v1.15.0](https://github.com/pagopa/io-functions-services/compare/v1.15.0-RELEASE...v1.15.0) + +> 24 May 2021 + +#### [v1.15.0-RELEASE](https://github.com/pagopa/io-functions-services/compare/v1.14.1...v1.15.0-RELEASE) + +> 24 May 2021 - [#IP-167] Update pipelines [`#122`](https://github.com/pagopa/io-functions-services/pull/122) - Mitigation for the Azure Durable Functions extension error [`#124`](https://github.com/pagopa/io-functions-services/pull/124) @@ -14,6 +24,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - [IP-164] Fix: OpenAPI Bundle [`#118`](https://github.com/pagopa/io-functions-services/pull/118) - chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 [`#120`](https://github.com/pagopa/io-functions-services/pull/120) - chore(deps): bump lodash from 4.17.15 to 4.17.21 [`#119`](https://github.com/pagopa/io-functions-services/pull/119) +- Bump version to 1.15.0 [skip ci] [`f69b690`](https://github.com/pagopa/io-functions-services/commit/f69b690022047f362b16a9e0f146d49243b89b22) #### [v1.14.1](https://github.com/pagopa/io-functions-services/compare/v1.14.1-RELEASE...v1.14.1) diff --git a/openapi/index.yaml b/openapi/index.yaml index b02efc5b..75d68fe5 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 1.15.0 + version: 1.15.1 title: IO API for Public Administration Services contact: name: Digital Transformation Team diff --git a/package.json b/package.json index 51e09e50..a5f83f8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-services", - "version": "1.15.0", + "version": "1.15.1", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",