diff --git a/CHANGELOG.md b/CHANGELOG.md index 05206e55..7719b90a 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). -#### [v29.1.1](https://github.com/pagopa/io-functions-commons/compare/v29.1.0...v29.1.1) +#### [v29.1.2](https://github.com/pagopa/io-functions-commons/compare/v29.1.1...v29.1.2) + +- Upgrade io-ts-commons [`#381`](https://github.com/pagopa/io-functions-commons/pull/381) + +#### [v29.1.1](https://github.com/pagopa/io-functions-commons/compare/v29.1.1-RELEASE...v29.1.1) + +> 27 May 2024 + +#### [v29.1.1-RELEASE](https://github.com/pagopa/io-functions-commons/compare/v29.1.0...v29.1.1-RELEASE) + +> 27 May 2024 - feat: Add organization fiscal code in EnrichedMessage [`5f91cf4`](https://github.com/pagopa/io-functions-commons/commit/5f91cf4df9f296913207df5b6edf3cff800b42c7) +- Bump version to 29.1.1 [skip ci] [`aeb1567`](https://github.com/pagopa/io-functions-commons/commit/aeb1567cd944a35834e4959cf9b118ce4682fc6d) #### [v29.1.0](https://github.com/pagopa/io-functions-commons/compare/v29.1.0-RELEASE...v29.1.0) diff --git a/package.json b/package.json index 3f6b65b0..b17c4514 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-commons", - "version": "29.1.1", + "version": "29.1.2", "description": "Common code for Azure functions", "repository": "https://github.com/pagopa/io-functions-commons", "author": "https://www.pagopa.gov.it",