From 8d63d8e05f25000a2c7179a754836061bb5f7cf9 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 30 Sep 2024 15:56:27 +0000 Subject: [PATCH] Bump version to 1.3.2 [skip ci] --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d64cedd..887a18c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,24 @@ 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). -#### [v1.3.1](https://github.com/pagopa/io-functions-public/compare/v1.3.0...v1.3.1) +#### [v1.3.2](https://github.com/pagopa/io-functions-public/compare/v1.3.1...v1.3.2) + +- [#IOPID-2195] remove FF and dead-code [`#83`](https://github.com/pagopa/io-functions-public/pull/83) +- [CES-26] - Moved apim policies and added github workflows for infra [`#82`](https://github.com/pagopa/io-functions-public/pull/82) +- [EC-400] Updated infrastructure with infra [`#79`](https://github.com/pagopa/io-functions-public/pull/79) +- [#IOPID-1838] Edited openapi spec [`#76`](https://github.com/pagopa/io-functions-public/pull/76) +- added redirect url tests [`#74`](https://github.com/pagopa/io-functions-public/pull/74) + +#### [v1.3.1](https://github.com/pagopa/io-functions-public/compare/v1.3.1-RELEASE...v1.3.1) + +> 29 February 2024 + +#### [v1.3.1-RELEASE](https://github.com/pagopa/io-functions-public/compare/v1.3.0...v1.3.1-RELEASE) + +> 29 February 2024 - [#IOPID-1604] fixed redirect url [`#73`](https://github.com/pagopa/io-functions-public/pull/73) +- Bump version to 1.3.1 [skip ci] [`e29c1b6`](https://github.com/pagopa/io-functions-public/commit/e29c1b688d9340bf4e86503559eabd366b75a125) #### [v1.3.0](https://github.com/pagopa/io-functions-public/compare/v1.3.0-RELEASE...v1.3.0) diff --git a/package.json b/package.json index 94c25bb..31c9e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-public", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "scripts": { "build": "tsc",