From fe7fe78f800f7b4d47bafdcf005db757c47f40f8 Mon Sep 17 00:00:00 2001 From: "danilo.spinelli" Date: Tue, 3 Mar 2020 12:08:20 +0100 Subject: [PATCH] chore: release 2.5.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1de2eb8..86c21cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,26 @@ 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). +#### [v2.5.0](https://github.com/pagopa/io-spid-commons/compare/v2.4.0...v2.5.0) + +> 3 March 2020 + +- [#171311847] preValidate use optional additionalParams for any idps [`#20`](https://github.com/pagopa/io-spid-commons/pull/20) +- [#154357300] Add Unit Tests [`#17`](https://github.com/pagopa/io-spid-commons/pull/17) +- [#171474957] fix spid strategy thread safety [`#19`](https://github.com/pagopa/io-spid-commons/pull/19) +- [#171467326] Fix minimum level and Response issuer format validation rules [`#18`](https://github.com/pagopa/io-spid-commons/pull/18) +- [#171311847] preValidate use optional additionalParams for any idps (#20) [`#171311847`](https://www.pivotaltracker.com/story/show/171311847) +- [#154357300] Add Unit Tests (#17) [`#154357300`](https://www.pivotaltracker.com/story/show/154357300) +- [#171474957] fix spid strategy thread safety (#19) [`#171474957`](https://www.pivotaltracker.com/story/show/171474957) +- [#171467326] Fix minimum level and Response issuer format validation rules (#18) [`#171467326`](https://www.pivotaltracker.com/story/show/171467326) + #### [v2.4.0](https://github.com/pagopa/io-spid-commons/compare/v2.3.1...v2.4.0) > 19 February 2020 - [#170332978] Validate Assertion signature [`#15`](https://github.com/pagopa/io-spid-commons/pull/15) - [#170332978] Validate Assertion signature (#15) [`#170332978`](https://www.pivotaltracker.com/story/show/170332978) [`#170332978`](https://www.pivotaltracker.com/story/show/170332978) [`#170332978`](https://www.pivotaltracker.com/story/show/170332978) +- chore: release 2.4.0 [`4aaaf08`](https://github.com/pagopa/io-spid-commons/commit/4aaaf0820a53658c302dabed75fce1a70f2e5491) #### [v2.3.1](https://github.com/pagopa/io-spid-commons/compare/v2.3.0...v2.3.1) diff --git a/package.json b/package.json index a26ba163..2a00ce1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-spid-commons", - "version": "2.4.0", + "version": "2.5.0", "description": "Common code for integrating SPID authentication", "repository": { "type": "git",