diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ef8e0b..1d1c3d98 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). -#### [v28.17.2](https://github.com/pagopa/io-functions-commons/compare/v28.17.1...v28.17.2) +#### [v28.17.3](https://github.com/pagopa/io-functions-commons/compare/v28.17.2...v28.17.3) + +- [#IOCOM-1041] added configuration_id field in message_view [`#362`](https://github.com/pagopa/io-functions-commons/pull/362) + +#### [v28.17.2](https://github.com/pagopa/io-functions-commons/compare/v28.17.2-RELEASE...v28.17.2) + +> 6 February 2024 + +#### [v28.17.2-RELEASE](https://github.com/pagopa/io-functions-commons/compare/v28.17.1...v28.17.2-RELEASE) + +> 6 February 2024 - [IOCOM-1030] Extract userId from NewRCConfigurationBase [`#361`](https://github.com/pagopa/io-functions-commons/pull/361) +- Bump version to 28.17.2 [skip ci] [`cd3a9f7`](https://github.com/pagopa/io-functions-commons/commit/cd3a9f7a26b357caac2a95cb940fb7d1fa61a7cc) #### [v28.17.1](https://github.com/pagopa/io-functions-commons/compare/v28.17.1-RELEASE...v28.17.1) diff --git a/package.json b/package.json index c73d2dd7..bbaf7be1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-commons", - "version": "28.17.2", + "version": "28.17.3", "description": "Common code for Azure functions", "repository": "https://github.com/pagopa/io-functions-commons", "author": "https://www.pagopa.gov.it",