diff --git a/CHANGELOG.md b/CHANGELOG.md index aabac5d4b..73fb41872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,21 @@ 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). -#### [v16.7.0](https://github.com/pagopa/io-backend/compare/v16.6.0...v16.7.0) +#### [v16.7.1](https://github.com/pagopa/io-backend/compare/v16.7.0...v16.7.1) + +- [#PE-864] Updated cgn search func specs [`#1174`](https://github.com/pagopa/io-backend/pull/1174) +- [IOCOM-1996] Add api_io_fims OPEX dashboard [`#1173`](https://github.com/pagopa/io-backend/pull/1173) + +#### [v16.7.0](https://github.com/pagopa/io-backend/compare/v16.7.0-RELEASE...v16.7.0) + +> 19 November 2024 + +#### [v16.7.0-RELEASE](https://github.com/pagopa/io-backend/compare/v16.6.0...v16.7.0-RELEASE) + +> 19 November 2024 - chore: added trial system FF [`bb0d1f7`](https://github.com/pagopa/io-backend/commit/bb0d1f70f3e320069cbfde2a53611ab4d7df1d53) +- Bump version to 16.7.0 [skip ci] [`f690ce5`](https://github.com/pagopa/io-backend/commit/f690ce5e400e04cc81a75e3043275a309dd4ced6) #### [v16.6.0](https://github.com/pagopa/io-backend/compare/v16.6.0-RELEASE...v16.6.0) diff --git a/openapi/generated/api_auth.yaml b/openapi/generated/api_auth.yaml index 33a7807e3..1fb2aaead 100644 --- a/openapi/generated/api_auth.yaml +++ b/openapi/generated/api_auth.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: Authentication API description: Collection of endpoints to interact with user's auth session. host: localhost diff --git a/openapi/generated/api_backend.yaml b/openapi/generated/api_backend.yaml index 5ec1a7559..fe8992810 100644 --- a/openapi/generated/api_backend.yaml +++ b/openapi/generated/api_backend.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: Proxy API description: Mobile and web proxy API gateway. host: localhost diff --git a/openapi/generated/api_bonus.yaml b/openapi/generated/api_bonus.yaml index 54244d56c..3a4b54b2d 100644 --- a/openapi/generated/api_bonus.yaml +++ b/openapi/generated/api_bonus.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: Bonus vacanze API host: localhost basePath: /api/v1 diff --git a/openapi/generated/api_cgn.yaml b/openapi/generated/api_cgn.yaml index cd6ab55d9..fab5ef403 100644 --- a/openapi/generated/api_cgn.yaml +++ b/openapi/generated/api_cgn.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: Carta Giovani Nazionale API host: localhost basePath: /api/v1 diff --git a/openapi/generated/api_cgn_operator_search.yaml b/openapi/generated/api_cgn_operator_search.yaml index a25fa49fd..1fad8a8ed 100644 --- a/openapi/generated/api_cgn_operator_search.yaml +++ b/openapi/generated/api_cgn_operator_search.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: Carta Giovani Nazionale Operator Search API host: localhost basePath: /api/v1/cgn/operator-search diff --git a/openapi/generated/api_eucovidcert.yaml b/openapi/generated/api_eucovidcert.yaml index 5b668539b..c2ee98165 100644 --- a/openapi/generated/api_eucovidcert.yaml +++ b/openapi/generated/api_eucovidcert.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: EU Covid Certificate service for IO App basePath: /api/v1/eucovidcert schemes: diff --git a/openapi/generated/api_myportal.yaml b/openapi/generated/api_myportal.yaml index d68512057..afc8ebcb7 100644 --- a/openapi/generated/api_myportal.yaml +++ b/openapi/generated/api_myportal.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: MyPortal API description: MyPortal API for user authentication. host: localhost diff --git a/openapi/generated/api_notifications.yaml b/openapi/generated/api_notifications.yaml index 2878a069d..3c7eb9a0d 100644 --- a/openapi/generated/api_notifications.yaml +++ b/openapi/generated/api_notifications.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: Proxy API description: Mobile and web proxy API gateway. host: localhost diff --git a/openapi/generated/api_parameters.yaml b/openapi/generated/api_parameters.yaml index bf3c4c31d..6f92dac44 100644 --- a/openapi/generated/api_parameters.yaml +++ b/openapi/generated/api_parameters.yaml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: IO API parameters - version: 16.7.0 + version: 16.7.1 paths: /dummy: get: diff --git a/openapi/generated/api_pn.yaml b/openapi/generated/api_pn.yaml index 6b6cb0ffa..bb90361fc 100644 --- a/openapi/generated/api_pn.yaml +++ b/openapi/generated/api_pn.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: Piattaforma Notifiche host: localhost basePath: /api/v1/pn diff --git a/openapi/generated/api_public.yaml b/openapi/generated/api_public.yaml index 9d9ae6c48..fa94fdfcb 100644 --- a/openapi/generated/api_public.yaml +++ b/openapi/generated/api_public.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: Public API description: Mobile and web proxy API gateway. host: localhost diff --git a/openapi/generated/api_services_app_backend.yaml b/openapi/generated/api_services_app_backend.yaml index 66a47d9c8..4684d6a08 100644 --- a/openapi/generated/api_services_app_backend.yaml +++ b/openapi/generated/api_services_app_backend.yaml @@ -3,7 +3,7 @@ servers: - url: https://api-app.io.pagopa.it/api/v2 info: title: Services App Backend API - version: 16.7.0 + version: 16.7.1 tags: - name: search description: Search APIs diff --git a/openapi/generated/api_session.yaml b/openapi/generated/api_session.yaml index c462ccf8f..942ef2534 100644 --- a/openapi/generated/api_session.yaml +++ b/openapi/generated/api_session.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: Session API description: Collection of enpoints to interact with user session. host: localhost diff --git a/openapi/generated/api_trial_system.yaml b/openapi/generated/api_trial_system.yaml index c9f3a7541..2c3e096c8 100644 --- a/openapi/generated/api_trial_system.yaml +++ b/openapi/generated/api_trial_system.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 16.7.0 + version: 16.7.1 title: Trial System API host: localhost basePath: /api/v1 diff --git a/package.json b/package.json index f484c01b2..3a295db50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-backend", - "version": "16.7.0", + "version": "16.7.1", "min_app_version": { "ios": "2.3.0", "android": "2.3.0"