Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Bump version to 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Jul 18, 2023
1 parent 74fbc0b commit b5f83f5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,25 @@ 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.1](https://github.com/pagopa/io-functions-lollipop/compare/v1.11.0...v1.11.1)
#### [v1.12.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.11.1...v1.12.0)

- [#IOPID-433] The Keyid in signature-params has a thumbprint [`#43`](https://github.com/pagopa/io-functions-lollipop/pull/43)
- fix tests by generating a key-pair and sign the request [`0444bee`](https://github.com/pagopa/io-functions-lollipop/commit/0444bee75df14c92c1095b73f00ed2f6168a7c35)
- small refactor [`72f0e73`](https://github.com/pagopa/io-functions-lollipop/commit/72f0e73dbd1780fecb8679488b094a57f44393fc)
- Calculate the thumbprint splitting the assertionRef prefix [`490cccf`](https://github.com/pagopa/io-functions-lollipop/commit/490cccf2eb6c5f1d6c1720190e6f529cff17accd)

#### [v1.11.1](https://github.com/pagopa/io-functions-lollipop/compare/v1.11.1-RELEASE...v1.11.1)

> 22 June 2023
#### [v1.11.1-RELEASE](https://github.com/pagopa/io-functions-lollipop/compare/v1.11.0...v1.11.1-RELEASE)

> 22 June 2023
- 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)
- Bump version to 1.11.1 [skip ci] [`bac0215`](https://github.com/pagopa/io-functions-lollipop/commit/bac0215d996bb7a7ffaf2e95ee05eb22482fff1c)

#### [v1.11.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.11.0-RELEASE...v1.11.0)

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.1
version: 1.12.0
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.1
version: 1.12.0
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.1",
"version": "1.12.0",
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist && npm run generate",
Expand Down

0 comments on commit b5f83f5

Please sign in to comment.