diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0b78f..a9f9f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ 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.9.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.8.0...v1.9.0) +#### [v1.10.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.9.0...v1.10.0) + +- [#IOPID-106] Add retry info to `HandlePubKeyRevoke` exception [`#37`](https://github.com/pagopa/io-functions-lollipop/pull/37) +- [#IOPID-106] add retryCount/maxRetryCount + always disable sampling [`a653171`](https://github.com/pagopa/io-functions-lollipop/commit/a653171a3f3549150e27d41e842f4353d37c9af3) +- [#IOPID-106] fix property sorting [`21a7159`](https://github.com/pagopa/io-functions-lollipop/commit/21a71591e53b5c92d31933e725e786c329bf146d) + +#### [v1.9.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.9.0-RELEASE...v1.9.0) + +> 12 April 2023 + +#### [v1.9.0-RELEASE](https://github.com/pagopa/io-functions-lollipop/compare/v1.8.0...v1.9.0-RELEASE) + +> 12 April 2023 - [#IOCIT-378] Added error event tracking [`#33`](https://github.com/pagopa/io-functions-lollipop/pull/33) - added event tracking [`130a578`](https://github.com/pagopa/io-functions-lollipop/commit/130a57805d3c8663f72ec7eb4d620249981801b7) diff --git a/openapi/external.yaml b/openapi/external.yaml index a9f9792..d3fe9ad 100644 --- a/openapi/external.yaml +++ b/openapi/external.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 1.9.0 + version: 1.10.0 title: IO Lollipop Function Lollipop Consumer API x-logo: url: https://io.italia.it/assets/img/io-logo-blue.svg diff --git a/openapi/internal.yaml b/openapi/internal.yaml index c9455f4..da97d74 100644 --- a/openapi/internal.yaml +++ b/openapi/internal.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 1.9.0 + version: 1.10.0 title: IO Lollipop Function API x-logo: url: https://io.italia.it/assets/img/io-logo-blue.svg diff --git a/package.json b/package.json index 78ca05e..4c1635e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "", "author": "IO team", "repository": "https://github.com/pagopa/io-functions-lollipop", - "version": "1.9.0", + "version": "1.10.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && npm run generate",