Skip to content

Commit

Permalink
Bump version to 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Apr 12, 2023
1 parent 1d8c682 commit 1798c74
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ 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.7.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.6.0...v1.7.0)
#### [v1.8.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.7.0...v1.8.0)

- [#IOCIT-317] Add custom events to `GenerateLCParams` [`#34`](https://github.com/pagopa/io-functions-lollipop/pull/34)
- [#IOPID-127] Use Crypto utils from fn-commons [`#35`](https://github.com/pagopa/io-functions-lollipop/pull/35)
- [#IOCIT-353] Add opex dashboard for `external.yaml` openapi [`#32`](https://github.com/pagopa/io-functions-lollipop/pull/32)
- [#IOCIT-353] add opex terraform project [`c034548`](https://github.com/pagopa/io-functions-lollipop/commit/c034548fd76d45f5146828bb0f8b615e3649a435)
- [#IOCIT-317] update tests [`8757b6c`](https://github.com/pagopa/io-functions-lollipop/commit/8757b6c012f81d66489dbf1963ccf92655ff500a)
- [#IOCIT-317] move to new log implementation + add custom events [`8690cb7`](https://github.com/pagopa/io-functions-lollipop/commit/8690cb75e39fcca890fcd585679a525d120d27f5)

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

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

> 24 March 2023
- [#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)
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.7.0
version: 1.8.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.7.0
version: 1.8.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.7.0",
"version": "1.8.0",
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist && npm run generate",
Expand Down

0 comments on commit 1798c74

Please sign in to comment.