diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a45b57..1341e46b 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.39.2](/~https://github.com/pagopa/io-functions-services/compare/v3.39.1...v3.39.2) +#### [v3.39.3](/~https://github.com/pagopa/io-functions-services/compare/v3.39.2...v3.39.3) + +- [#IOCOM-1155] Check RC configuration at CreateMessage time. [`#300`](/~https://github.com/pagopa/io-functions-services/pull/300) + +#### [v3.39.2](/~https://github.com/pagopa/io-functions-services/compare/v3.39.2-RELEASE...v3.39.2) + +> 5 February 2024 + +#### [v3.39.2-RELEASE](/~https://github.com/pagopa/io-functions-services/compare/v3.39.1...v3.39.2-RELEASE) + +> 5 February 2024 - [#IOCOM-987] Invalidate clickable links in email [`#297`](/~https://github.com/pagopa/io-functions-services/pull/297) - [#IOCOM-1005] Downgraded codegen version [`#299`](/~https://github.com/pagopa/io-functions-services/pull/299) +- Bump version to 3.39.2 [skip ci] [`97251b4`](/~https://github.com/pagopa/io-functions-services/commit/97251b46c5c2b510008557feb8d6201cbd9751d4) #### [v3.39.1](/~https://github.com/pagopa/io-functions-services/compare/v3.39.1-RELEASE...v3.39.1) diff --git a/openapi/index.yaml b/openapi/index.yaml index 2826488e..555b934e 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 3.39.2 + version: 3.39.3 title: IO API for Public Administration Services contact: name: PagoPA S.p.A. diff --git a/package.json b/package.json index 4d6a0658..d0c445e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-services", - "version": "3.39.2", + "version": "3.39.3", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",