Skip to content

Commit

Permalink
Bump version to 5.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Jul 13, 2023
1 parent bb1a4aa commit bd34e8c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +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).

#### [v5.1.0](https://github.com/pagopa/io-functions-app/compare/v5.0.0...v5.1.0)
#### [v5.2.0](https://github.com/pagopa/io-functions-app/compare/v5.1.0...v5.2.0)

- [#IOPID-384] notice login email durable function [`#283`](https://github.com/pagopa/io-functions-app/pull/283)

#### [v5.1.0](https://github.com/pagopa/io-functions-app/compare/v5.1.0-RELEASE...v5.1.0)

> 12 July 2023
#### [v5.1.0-RELEASE](https://github.com/pagopa/io-functions-app/compare/v5.0.0...v5.1.0-RELEASE)

> 12 July 2023
- [#IOPID-383] Add `notify-email` endpoint to openapi [`#282`](https://github.com/pagopa/io-functions-app/pull/282)
- [#IOPID-392] Add login email template [`#281`](https://github.com/pagopa/io-functions-app/pull/281)
- [IOPLT-25] Fixing io-functions-app configuration in order to be launched on local env [`#280`](https://github.com/pagopa/io-functions-app/pull/280)
- Bump version to 5.1.0 [skip ci] [`e241088`](https://github.com/pagopa/io-functions-app/commit/e241088e8743969f8760ee57c03a7373e4e5b4f8)

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

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: 5.1.0
version: 5.2.0
title: IO API for App
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-app",
"version": "5.1.0",
"version": "5.2.0",
"license": "MIT",
"scripts": {
"prebuild": "yarn generate",
Expand Down

0 comments on commit bd34e8c

Please sign in to comment.