diff --git a/CHANGELOG.md b/CHANGELOG.md index 840207d8..e5f52a4f 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.13.0](https://github.com/pagopa/io-functions-app/compare/v5.12.4...v5.13.0) +#### [v5.13.1](https://github.com/pagopa/io-functions-app/compare/v5.13.0...v5.13.1) + +- [#IOPID-1444] fix: updateProfile allOf type [`#306`](https://github.com/pagopa/io-functions-app/pull/306) + +#### [v5.13.0](https://github.com/pagopa/io-functions-app/compare/v5.13.0-RELEASE...v5.13.0) + +> 15 February 2024 + +#### [v5.13.0-RELEASE](https://github.com/pagopa/io-functions-app/compare/v5.12.4...v5.13.0-RELEASE) + +> 15 February 2024 - [#IOPID-1444] profile name in updateProfile and startEmailValidationProcess [`#305`](https://github.com/pagopa/io-functions-app/pull/305) +- Bump version to 5.13.0 [skip ci] [`55ad2a6`](https://github.com/pagopa/io-functions-app/commit/55ad2a68d1de9308b3ec526fab0ab98b13a3b951) #### [v5.12.4](https://github.com/pagopa/io-functions-app/compare/v5.12.4-RELEASE...v5.12.4) diff --git a/openapi/index.yaml b/openapi/index.yaml index 4ad10cd2..b1bc6095 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 5.13.0 + version: 5.13.1 title: IO API for App contact: name: Digital Transformation Team diff --git a/package.json b/package.json index b53ad457..dc367a54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-app", - "version": "5.13.0", + "version": "5.13.1", "license": "MIT", "scripts": { "prebuild": "yarn generate",