diff --git a/CHANGELOG.md b/CHANGELOG.md index d314c81a..859aa4f8 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). -#### [v5.11.3](https://github.com/pagopa/io-functions-app/compare/v5.11.2...v5.11.3) +#### [v5.11.4](https://github.com/pagopa/io-functions-app/compare/v5.11.3...v5.11.4) + +- add feedPollDelay property [`#298`](https://github.com/pagopa/io-functions-app/pull/298) + +#### [v5.11.3](https://github.com/pagopa/io-functions-app/compare/v5.11.3-RELEASE...v5.11.3) + +> 15 January 2024 + +#### [v5.11.3-RELEASE](https://github.com/pagopa/io-functions-app/compare/v5.11.2...v5.11.3-RELEASE) + +> 15 January 2024 - [#IOPID-1197] Added missing email case and fixed profile decode [`#297`](https://github.com/pagopa/io-functions-app/pull/297) +- Bump version to 5.11.3 [skip ci] [`2e8f097`](https://github.com/pagopa/io-functions-app/commit/2e8f0977a7cb062d9ebd6f07b97c22fedc95c8ff) #### [v5.11.2](https://github.com/pagopa/io-functions-app/compare/v5.11.2-RELEASE...v5.11.2) diff --git a/openapi/index.yaml b/openapi/index.yaml index 35ac6d10..4fe28f05 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 5.11.3 + version: 5.11.4 title: IO API for App contact: name: Digital Transformation Team diff --git a/package.json b/package.json index 72cb18c8..b47c3134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-app", - "version": "5.11.3", + "version": "5.11.4", "license": "MIT", "scripts": { "prebuild": "yarn generate",