diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d5027b..cad00751 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). -#### [v3.32.0](https://github.com/pagopa/io-functions-services/compare/v3.31.3...v3.32.0) +#### [v3.33.0](https://github.com/pagopa/io-functions-services/compare/v3.32.0...v3.33.0) + +- [#IIOCOM-561] Update fn commons [`#282`](https://github.com/pagopa/io-functions-services/pull/282) +- remove old services Deprecated APIs [`#283`](https://github.com/pagopa/io-functions-services/pull/283) + +#### [v3.32.0](https://github.com/pagopa/io-functions-services/compare/v3.32.0-RELEASE...v3.32.0) + +> 21 September 2023 + +#### [v3.32.0-RELEASE](https://github.com/pagopa/io-functions-services/compare/v3.31.3...v3.32.0-RELEASE) + +> 21 September 2023 - [#IOCOM-298] Remove legal messages [`#278`](https://github.com/pagopa/io-functions-services/pull/278) +- Bump version to 3.32.0 [skip ci] [`3602dc9`](https://github.com/pagopa/io-functions-services/commit/3602dc9e49da151ef7575d1befb6c8afa216e35d) #### [v3.31.3](https://github.com/pagopa/io-functions-services/compare/v3.31.3-RELEASE...v3.31.3) diff --git a/openapi/index.yaml b/openapi/index.yaml index eca48175..96057df6 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 3.32.0 + version: 3.33.0 title: IO API for Public Administration Services contact: name: PagoPA S.p.A. diff --git a/package.json b/package.json index d8922b62..0985ef74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-services", - "version": "3.32.0", + "version": "3.33.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",