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

- [#IOPID-106] Add retry info to `HandlePubKeyRevoke` exception [`#37`](https://github.com/pagopa/io-functions-lollipop/pull/37)
- [#IOPID-106] add retryCount/maxRetryCount + always disable sampling [`a653171`](https://github.com/pagopa/io-functions-lollipop/commit/a653171a3f3549150e27d41e842f4353d37c9af3)
- [#IOPID-106] fix property sorting [`21a7159`](https://github.com/pagopa/io-functions-lollipop/commit/21a71591e53b5c92d31933e725e786c329bf146d)

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

> 12 April 2023
#### [v1.9.0-RELEASE](https://github.com/pagopa/io-functions-lollipop/compare/v1.8.0...v1.9.0-RELEASE)

> 12 April 2023
- [#IOCIT-378] Added error event tracking [`#33`](https://github.com/pagopa/io-functions-lollipop/pull/33)
- added event tracking [`130a578`](https://github.com/pagopa/io-functions-lollipop/commit/130a57805d3c8663f72ec7eb4d620249981801b7)
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.9.0
version: 1.10.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.9.0
version: 1.10.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.9.0",
"version": "1.10.0",
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist && npm run generate",
Expand Down

0 comments on commit a2740ce

Please sign in to comment.