diff --git a/CHANGELOG.md b/CHANGELOG.md index c0841afb..d07301b1 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). -#### [v3.0.2](https://github.com/pagopa/io-functions-services/compare/v3.0.1...v3.0.2) +#### [v3.0.3](https://github.com/pagopa/io-functions-services/compare/v3.0.2...v3.0.3) + +- Revert "hotfix connstring" [`f50c92b`](https://github.com/pagopa/io-functions-services/commit/f50c92b5d03abf243d601345cea2540005211fe3) + +#### [v3.0.2](https://github.com/pagopa/io-functions-services/compare/v3.0.2-RELEASE...v3.0.2) + +> 18 November 2021 + +#### [v3.0.2-RELEASE](https://github.com/pagopa/io-functions-services/compare/v3.0.1...v3.0.2-RELEASE) + +> 18 November 2021 - Refactor storage configuration [`#170`](https://github.com/pagopa/io-functions-services/pull/170) +- Bump version to 3.0.2 [skip ci] [`fdbb775`](https://github.com/pagopa/io-functions-services/commit/fdbb77503e78cecb34c048cb7faca1c22477b787) #### [v3.0.1](https://github.com/pagopa/io-functions-services/compare/v3.0.1-RELEASE...v3.0.1) diff --git a/openapi/index.yaml b/openapi/index.yaml index 623fcbae..95a73704 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 3.0.2 + version: 3.0.3 title: IO API for Public Administration Services contact: name: Digital Transformation Team diff --git a/package.json b/package.json index 2bb7adaf..ab79162d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-services", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",