diff --git a/CHANGELOG.md b/CHANGELOG.md index 376bab952..e5d4a4c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). -#### [v14.3.3](https://github.com/pagopa/io-backend/compare/v14.3.2...v14.3.3) +#### [v14.3.4](https://github.com/pagopa/io-backend/compare/v14.3.3...v14.3.4) + +- fix: Fix io-wallet import [`63ab687`](https://github.com/pagopa/io-backend/commit/63ab6870e3fa574b3bb7376b4101d42245650173) + +#### [v14.3.3](https://github.com/pagopa/io-backend/compare/v14.3.3-RELEASE...v14.3.3) + +> 4 October 2024 + +#### [v14.3.3-RELEASE](https://github.com/pagopa/io-backend/compare/v14.3.2...v14.3.3-RELEASE) + +> 4 October 2024 - feat: add appbackend l3 in deployment workflow [`#1152`](https://github.com/pagopa/io-backend/pull/1152) - feat: added wallet instance revoke endpoint [`7bdec5c`](https://github.com/pagopa/io-backend/commit/7bdec5caa3843a5fd27507ebee8024a836bbb8f1) - chore: removed PDV user id [`5cc5289`](https://github.com/pagopa/io-backend/commit/5cc52897490c21df83512c231c55f453326a2ad5) +- Bump version to 14.3.3 [skip ci] [`9e05dec`](https://github.com/pagopa/io-backend/commit/9e05decc95c91173c3b334a5b5c66956f220b75f) #### [v14.3.2](https://github.com/pagopa/io-backend/compare/v14.3.2-RELEASE...v14.3.2) diff --git a/openapi/generated/api_auth.yaml b/openapi/generated/api_auth.yaml index 4affe0e07..4ad1fcd65 100644 --- a/openapi/generated/api_auth.yaml +++ b/openapi/generated/api_auth.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 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 292197035..dad3094cc 100644 --- a/openapi/generated/api_backend.yaml +++ b/openapi/generated/api_backend.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 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 2875f67c7..ba6e230e5 100644 --- a/openapi/generated/api_bonus.yaml +++ b/openapi/generated/api_bonus.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 title: Bonus vacanze API host: localhost basePath: /api/v1 diff --git a/openapi/generated/api_cgn.yaml b/openapi/generated/api_cgn.yaml index efa350605..9c39c0b35 100644 --- a/openapi/generated/api_cgn.yaml +++ b/openapi/generated/api_cgn.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 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 4a163a84d..2e365a627 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: 14.3.3 + version: 14.3.4 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 f49c32b51..6277972c9 100644 --- a/openapi/generated/api_eucovidcert.yaml +++ b/openapi/generated/api_eucovidcert.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 title: EU Covid Certificate service for IO App basePath: /api/v1/eucovidcert schemes: diff --git a/openapi/generated/api_mit_voucher.yaml b/openapi/generated/api_mit_voucher.yaml index 8ddcf16a5..26298df4d 100644 --- a/openapi/generated/api_mit_voucher.yaml +++ b/openapi/generated/api_mit_voucher.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 title: MIT Voucher service for IO App basePath: /api/v1/mitvoucher/auth schemes: diff --git a/openapi/generated/api_myportal.yaml b/openapi/generated/api_myportal.yaml index b753df3ba..6a4a839a3 100644 --- a/openapi/generated/api_myportal.yaml +++ b/openapi/generated/api_myportal.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 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 e304dafde..83f312201 100644 --- a/openapi/generated/api_notifications.yaml +++ b/openapi/generated/api_notifications.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 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 c017d713c..65b10f7df 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: 14.3.3 + version: 14.3.4 paths: /dummy: get: diff --git a/openapi/generated/api_pn.yaml b/openapi/generated/api_pn.yaml index d4ac891d3..e70464553 100644 --- a/openapi/generated/api_pn.yaml +++ b/openapi/generated/api_pn.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 title: Piattaforma Notifiche host: localhost basePath: /api/v1/pn diff --git a/openapi/generated/api_public.yaml b/openapi/generated/api_public.yaml index fcfd843bb..13b8e87a0 100644 --- a/openapi/generated/api_public.yaml +++ b/openapi/generated/api_public.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 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 eae0e3c9b..df668390c 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: 14.3.3 + version: 14.3.4 tags: - name: search description: Search APIs diff --git a/openapi/generated/api_session.yaml b/openapi/generated/api_session.yaml index a2bdf548b..95024b8fd 100644 --- a/openapi/generated/api_session.yaml +++ b/openapi/generated/api_session.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 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 6dc659131..19e94b5b2 100644 --- a/openapi/generated/api_trial_system.yaml +++ b/openapi/generated/api_trial_system.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 14.3.3 + version: 14.3.4 title: Trial System API host: localhost basePath: /api/v1 diff --git a/package.json b/package.json index 4e541cfdc..107b85493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-backend", - "version": "14.3.3", + "version": "14.3.4", "min_app_version": { "ios": "2.3.0", "android": "2.3.0"