From fdbb77503e78cecb34c048cb7faca1c22477b787 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 18 Nov 2021 11:32:16 +0000 Subject: [PATCH] Bump version to 3.0.2 [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 08cc5c4a..c0841afb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,19 @@ 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). -#### [v3.0.1](https://github.com/pagopa/io-functions-services/compare/v3.0.0...v3.0.1) +#### [v3.0.2](https://github.com/pagopa/io-functions-services/compare/v3.0.1...v3.0.2) +- Refactor storage configuration [`#170`](https://github.com/pagopa/io-functions-services/pull/170) + +#### [v3.0.1](https://github.com/pagopa/io-functions-services/compare/v3.0.1-RELEASE...v3.0.1) + +> 18 November 2021 + +#### [v3.0.1-RELEASE](https://github.com/pagopa/io-functions-services/compare/v3.0.0...v3.0.1-RELEASE) + +> 18 November 2021 + +- Bump version to 3.0.1 [skip ci] [`ad574cc`](https://github.com/pagopa/io-functions-services/commit/ad574cc8661c4a2e0544b267be4c8b7526d78d40) - hotfix connstring [`3118781`](https://github.com/pagopa/io-functions-services/commit/3118781f66908c422278c6e8dd48e79d129aa57f) #### [v3.0.0](https://github.com/pagopa/io-functions-services/compare/v3.0.0-RELEASE...v3.0.0) diff --git a/openapi/index.yaml b/openapi/index.yaml index 9d3aa235..623fcbae 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 3.0.1 + version: 3.0.2 title: IO API for Public Administration Services contact: name: Digital Transformation Team diff --git a/package.json b/package.json index a028940f..2bb7adaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-services", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",