diff --git a/CHANGELOG.md b/CHANGELOG.md index e76d248..89d739f 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). -#### [v13.5.0](https://github.com/pagopa/io-spid-commons/compare/v13.4.0...v13.5.0) +#### [v13.5.1](https://github.com/pagopa/io-spid-commons/compare/v13.5.0...v13.5.1) + +- [#IOPID-1994] Move redis to peerDependency [`#164`](https://github.com/pagopa/io-spid-commons/pull/164) + +#### [v13.5.0](https://github.com/pagopa/io-spid-commons/compare/v13.5.0-RELEASE...v13.5.0) + +> 13 May 2024 + +#### [v13.5.0-RELEASE](https://github.com/pagopa/io-spid-commons/compare/v13.4.0...v13.5.0-RELEASE) + +> 13 May 2024 - [#IOPID-1845] Move io-ts and fp-ts in peerDependency [`#163`](https://github.com/pagopa/io-spid-commons/pull/163) +- Bump version to 13.5.0 [skip ci] [`da93eda`](https://github.com/pagopa/io-spid-commons/commit/da93eda17dfe2baa5962ba7efbb898717dc25ee6) #### [v13.4.0](https://github.com/pagopa/io-spid-commons/compare/v13.4.0-RELEASE...v13.4.0) diff --git a/package.json b/package.json index d79d51f..2985895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-spid-commons", - "version": "13.5.0", + "version": "13.5.1", "description": "Common code for integrating SPID authentication", "repository": { "type": "git",