diff --git a/CHANGELOG.md b/CHANGELOG.md index c83b2374..73aabebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,21 @@ 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). -#### [v4.5.2](https://github.com/pagopa/io-functions-app/compare/v4.5.1...v4.5.2) +#### [v4.6.0](https://github.com/pagopa/io-functions-app/compare/v4.5.2...v4.6.0) + +- Fix Fetch with Both HTTP or HTTPS support [`#272`](https://github.com/pagopa/io-functions-app/pull/272) + +#### [v4.5.2](https://github.com/pagopa/io-functions-app/compare/v4.5.2-RELEASE...v4.5.2) + +> 27 December 2022 + +#### [v4.5.2-RELEASE](https://github.com/pagopa/io-functions-app/compare/v4.5.1...v4.5.2-RELEASE) + +> 27 December 2022 - upgrade @pagopa/openapi-codegen-ts [`#271`](https://github.com/pagopa/io-functions-app/pull/271) - little fixes on README and env.example file [`#266`](https://github.com/pagopa/io-functions-app/pull/266) +- Bump version to 4.5.2 [skip ci] [`a96e71a`](https://github.com/pagopa/io-functions-app/commit/a96e71a35e9b6b01185779c2fad241475a2eb814) #### [v4.5.1](https://github.com/pagopa/io-functions-app/compare/v4.5.1-RELEASE...v4.5.1) diff --git a/openapi/index.yaml b/openapi/index.yaml index 11c6ad53..94895f34 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 4.5.2 + version: 4.6.0 title: IO API for App contact: name: Digital Transformation Team diff --git a/package.json b/package.json index 96568b00..563c9f49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-app", - "version": "4.5.2", + "version": "4.6.0", "license": "MIT", "scripts": { "prebuild": "yarn generate",