Skip to content

Commit

Permalink
Bump version to 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Oct 12, 2021
1 parent 0d2ab08 commit 94bed4b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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).

#### [v2.0.0](https://github.com/pagopa/io-functions-services/compare/v1.21.4...v2.0.0)
#### [v2.1.0](https://github.com/pagopa/io-functions-services/compare/v2.0.0...v2.1.0)

- Add payee management to Send Message [`#158`](https://github.com/pagopa/io-functions-services/pull/158)
- [IP-416] Fix healthcheck stage [`#159`](https://github.com/pagopa/io-functions-services/pull/159)
- Common healthcheck implementation [`#156`](https://github.com/pagopa/io-functions-services/pull/156)
- pr template [`86e9b76`](https://github.com/pagopa/io-functions-services/commit/86e9b76d9699128e9735c49e31de7623946fd54f)
- set all contributors as CODEOWNER [`022914c`](https://github.com/pagopa/io-functions-services/commit/022914ce3bf322db929ea293cefcff4937052315)

#### [v2.0.0](https://github.com/pagopa/io-functions-services/compare/v2.0.0-RELEASE...v2.0.0)

> 9 September 2021
#### [v2.0.0-RELEASE](https://github.com/pagopa/io-functions-services/compare/v1.21.4...v2.0.0-RELEASE)

> 9 September 2021
- [#IP-324] Change fp-ts version to 2.x and removed old italia-commons uses [`#154`](https://github.com/pagopa/io-functions-services/pull/154)
- Bump version to 2.0.0 [skip ci] [`896ff28`](https://github.com/pagopa/io-functions-services/commit/896ff281a15c6501ab685630f9adbb84a46798df)

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

Expand Down
2 changes: 1 addition & 1 deletion openapi/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 2.0.0
version: 2.1.0
title: IO API for Public Administration Services
contact:
name: Digital Transformation Team
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pagopa/io-functions-services",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist && yarn generate",
Expand Down

0 comments on commit 94bed4b

Please sign in to comment.