Skip to content

Commit

Permalink
Bump version to 1.11.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Jun 22, 2023
1 parent ec14b8f commit bac0215
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion openapi/external.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi/internal.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bac0215

Please sign in to comment.