diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f4bbc3..0bc35838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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). -#### [v5.14.2](https://github.com/pagopa/io-functions-app/compare/v5.14.1...v5.14.2) +#### [v5.15.0](https://github.com/pagopa/io-functions-app/compare/v5.14.2...v5.15.0) + +- [#IOPID-2118] extension bundle update [`#312`](https://github.com/pagopa/io-functions-app/pull/312) +- fix: integration tests not launching in CI [`#313`](https://github.com/pagopa/io-functions-app/pull/313) + +#### [v5.14.2](https://github.com/pagopa/io-functions-app/compare/v5.14.2-RELEASE...v5.14.2) + +> 17 April 2024 + +#### [v5.14.2-RELEASE](https://github.com/pagopa/io-functions-app/compare/v5.14.1...v5.14.2-RELEASE) + +> 17 April 2024 - [#IOPID-1695] mail templates library [`#311`](https://github.com/pagopa/io-functions-app/pull/311) +- Bump version to 5.14.2 [skip ci] [`48cec5b`](https://github.com/pagopa/io-functions-app/commit/48cec5b0e0bd824d3ecea27fa70f6957d950f2ff) #### [v5.14.1](https://github.com/pagopa/io-functions-app/compare/v5.14.1-RELEASE...v5.14.1) diff --git a/openapi/index.yaml b/openapi/index.yaml index 872bcf05..dd892b59 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 5.14.2 + version: 5.15.0 title: IO API for App contact: name: Digital Transformation Team diff --git a/package.json b/package.json index 0af48c02..16bf9bc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-app", - "version": "5.14.2", + "version": "5.15.0", "license": "MIT", "scripts": { "prebuild": "yarn generate",