From cd3a9f7a26b357caac2a95cb940fb7d1fa61a7cc Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 6 Feb 2024 08:49:34 +0000 Subject: [PATCH] Bump version to 28.17.2 [skip ci] --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c15b56ad..a7ef8e0b 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.1](https://github.com/pagopa/io-functions-commons/compare/v28.17.0...v28.17.1) +#### [v28.17.2](https://github.com/pagopa/io-functions-commons/compare/v28.17.1...v28.17.2) + +- [IOCOM-1030] Extract userId from NewRCConfigurationBase [`#361`](https://github.com/pagopa/io-functions-commons/pull/361) + +#### [v28.17.1](https://github.com/pagopa/io-functions-commons/compare/v28.17.1-RELEASE...v28.17.1) + +> 1 February 2024 + +#### [v28.17.1-RELEASE](https://github.com/pagopa/io-functions-commons/compare/v28.17.0...v28.17.1-RELEASE) + +> 1 February 2024 - modified rc configuration definitions for crud api [`#359`](https://github.com/pagopa/io-functions-commons/pull/359) +- Bump version to 28.17.1 [skip ci] [`105191e`](https://github.com/pagopa/io-functions-commons/commit/105191e1dfd3d1c62232c6e042cd1cb335800ed0) #### [v28.17.0](https://github.com/pagopa/io-functions-commons/compare/v28.17.0-RELEASE...v28.17.0) diff --git a/package.json b/package.json index 620913a9..c73d2dd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-commons", - "version": "28.17.1", + "version": "28.17.2", "description": "Common code for Azure functions", "repository": "https://github.com/pagopa/io-functions-commons", "author": "https://www.pagopa.gov.it",