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.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Mar 24, 2023
1 parent 653beb9 commit 753ca9e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@ 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.6.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.5.1...v1.6.0)
#### [v1.7.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.6.0...v1.7.0)

- [#IOCIT-321] Add events to GetAssertion handler [`#31`](https://github.com/pagopa/io-functions-lollipop/pull/31)
- [#IOCIT-321] move to new log implementation [`9f643f6`](https://github.com/pagopa/io-functions-lollipop/commit/9f643f6a5205ef070195fdcf1056070e2bd05cbf)
- [#IOCIT-321] add events to GetAssertion handler [`b951320`](https://github.com/pagopa/io-functions-lollipop/commit/b95132016d25d93f3d7068172bd884180a3241de)
- add winston-ts logger in getassertion fn [`d52701d`](https://github.com/pagopa/io-functions-lollipop/commit/d52701d8dc4395c24b816ff845bd2be12bbfc971)

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

> 15 March 2023
#### [v1.6.0-RELEASE](https://github.com/pagopa/io-functions-lollipop/compare/v1.5.1...v1.6.0-RELEASE)

> 15 March 2023
- [#IOCIT-373] Add custom verifiers to signature middleware [`#30`](https://github.com/pagopa/io-functions-lollipop/pull/30)
- [#IOCIT-373] use custom verifiers in middleware [`9868378`](https://github.com/pagopa/io-functions-lollipop/commit/986837824ac9cb8c0735c1dee81da8d42bee75d3)
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.6.0
version: 1.7.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.6.0
version: 1.7.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.6.0",
"version": "1.7.0",
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist && npm run generate",
Expand Down

0 comments on commit 753ca9e

Please sign in to comment.