From bac0215d996bb7a7ffaf2e95ee05eb22482fff1c Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 22 Jun 2023 09:42:23 +0000 Subject: [PATCH] Bump version to 1.11.1 [skip ci] --- CHANGELOG.md | 16 +++++++++++++++- openapi/external.yaml | 2 +- openapi/internal.yaml | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3bce1..f959f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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.11.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.10.2...v1.11.0) +#### [v1.11.1](https://github.com/pagopa/io-functions-lollipop/compare/v1.11.0...v1.11.1) + +- fix: Add jwt log [`#42`](https://github.com/pagopa/io-functions-lollipop/pull/42) +- pass function name to middleware [`49045ce`](https://github.com/pagopa/io-functions-lollipop/commit/49045ce808648064abab056310dc8829bd0375c8) +- fix server url [`9bc1d0f`](https://github.com/pagopa/io-functions-lollipop/commit/9bc1d0f737435037356726272dff84dbd39cc991) +- Add some logs [`b676e8b`](https://github.com/pagopa/io-functions-lollipop/commit/b676e8b3f3563487fb2a5a282bb89cea7a50a1ba) + +#### [v1.11.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.11.0-RELEASE...v1.11.0) + +> 3 May 2023 + +#### [v1.11.0-RELEASE](https://github.com/pagopa/io-functions-lollipop/compare/v1.10.2...v1.11.0-RELEASE) + +> 3 May 2023 - [#IOPID-106] add `assertionRef` to exception, enable sampling [`#41`](https://github.com/pagopa/io-functions-lollipop/pull/41) - [#IOPID-106] add assertionRef to exception, enable sampling [`aa4c051`](https://github.com/pagopa/io-functions-lollipop/commit/aa4c051685a85c33e9b9ce77ced0a30fbd506029) +- Bump version to 1.11.0 [skip ci] [`928a21a`](https://github.com/pagopa/io-functions-lollipop/commit/928a21a5f6d7a07e975b580d957663b2b568ae39) #### [v1.10.2](https://github.com/pagopa/io-functions-lollipop/compare/v1.10.2-RELEASE...v1.10.2) diff --git a/openapi/external.yaml b/openapi/external.yaml index 5660037..d0c7e8b 100644 --- a/openapi/external.yaml +++ b/openapi/external.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 1.11.0 + version: 1.11.1 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 1dcdfd8..7a9f6a7 100644 --- a/openapi/internal.yaml +++ b/openapi/internal.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 1.11.0 + version: 1.11.1 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 151e492..b642b0e 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.11.0", + "version": "1.11.1", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && npm run generate",