Skip to content

Commit

Permalink
Bump version to 1.10.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Apr 17, 2023
1 parent a8aa549 commit 4344da3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,24 @@ 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.10.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.9.0...v1.10.0)
#### [v1.10.1](https://github.com/pagopa/io-functions-lollipop/compare/v1.10.0...v1.10.1)

- [#IOPID-146] Remove duplicated events [`#36`](https://github.com/pagopa/io-functions-lollipop/pull/36)
- [#iocit-378] Remove duplicated events [`a5028d5`](https://github.com/pagopa/io-functions-lollipop/commit/a5028d5ab7d4306d6e7adc07372b0ef761f5a8ca)
- [#iocit-378] add failing test [`21dbae9`](https://github.com/pagopa/io-functions-lollipop/commit/21dbae9034cb6b392bfe61884c10cad3fc66db10)
- [#iocit-378] fix based on comments [`a14d8d7`](https://github.com/pagopa/io-functions-lollipop/commit/a14d8d78391a5f98b6d525db50d3b2db0e393a74)

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

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

> 14 April 2023
- [#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)
- Bump version to 1.10.0 [skip ci] [`a2740ce`](https://github.com/pagopa/io-functions-lollipop/commit/a2740ce5dd3057625d14a190d738e014e8bac466)
- [#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)
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.10.0
version: 1.10.1
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.10.0
version: 1.10.1
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.10.0",
"version": "1.10.1",
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist && npm run generate",
Expand Down

0 comments on commit 4344da3

Please sign in to comment.