diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b1f78..e1ba9c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/openapi/external.yaml b/openapi/external.yaml index d0221ba..3c5ac63 100644 --- a/openapi/external.yaml +++ b/openapi/external.yaml @@ -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 diff --git a/openapi/internal.yaml b/openapi/internal.yaml index 608d64a..4d31820 100644 --- a/openapi/internal.yaml +++ b/openapi/internal.yaml @@ -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 diff --git a/package.json b/package.json index e9b1e99..b929796 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.7.0", + "version": "1.8.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && npm run generate",