diff --git a/CHANGELOG.md b/CHANGELOG.md index cad00751..bc4d0c0b 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). -#### [v3.33.0](/~https://github.com/pagopa/io-functions-services/compare/v3.32.0...v3.33.0) +#### [v3.34.0](/~https://github.com/pagopa/io-functions-services/compare/v3.33.0...v3.34.0) + +- updated io-functions-commons version [`#284`](/~https://github.com/pagopa/io-functions-services/pull/284) + +#### [v3.33.0](/~https://github.com/pagopa/io-functions-services/compare/v3.33.0-RELEASE...v3.33.0) + +> 2 October 2023 + +#### [v3.33.0-RELEASE](/~https://github.com/pagopa/io-functions-services/compare/v3.32.0...v3.33.0-RELEASE) + +> 2 October 2023 - [#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) +- Bump version to 3.33.0 [skip ci] [`0c0c796`](/~https://github.com/pagopa/io-functions-services/commit/0c0c7967d4f325847034ab0791e6bd676ff90413) #### [v3.32.0](/~https://github.com/pagopa/io-functions-services/compare/v3.32.0-RELEASE...v3.32.0) diff --git a/openapi/index.yaml b/openapi/index.yaml index f31aee97..e18de19e 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 3.33.0 + version: 3.34.0 title: IO API for Public Administration Services contact: name: PagoPA S.p.A. diff --git a/package.json b/package.json index d0529837..dda9a14c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-services", - "version": "3.33.0", + "version": "3.34.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",