Skip to content

Commit aba0237

Browse files
Bump version to 16.7.4 [skip ci]
1 parent 842ec34 commit aba0237

16 files changed

+28
-16
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [v16.7.3](https://github.com/pagopa/io-backend/compare/v16.7.2...v16.7.3)
7+
#### [v16.7.4](https://github.com/pagopa/io-backend/compare/v16.7.3...v16.7.4)
8+
9+
- updated cgn search-func openapi specs [`#1177`](https://github.com/pagopa/io-backend/pull/1177)
10+
- removed backendl3 from deploy [`#1176`](https://github.com/pagopa/io-backend/pull/1176)
11+
12+
#### [v16.7.3](https://github.com/pagopa/io-backend/compare/v16.7.3-RELEASE...v16.7.3)
13+
14+
> 23 December 2024
15+
16+
#### [v16.7.3-RELEASE](https://github.com/pagopa/io-backend/compare/v16.7.2...v16.7.3-RELEASE)
17+
18+
> 23 December 2024
819
920
- updated cgn search-func version [`#1175`](https://github.com/pagopa/io-backend/pull/1175)
21+
- Bump version to 16.7.3 [skip ci] [`5f46cad`](https://github.com/pagopa/io-backend/commit/5f46cadb53b08e6cf7ab01122b712489e0395b26)
1022

1123
#### [v16.7.2](https://github.com/pagopa/io-backend/compare/v16.7.2-RELEASE...v16.7.2)
1224

openapi/generated/api_auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: Authentication API
55
description: Collection of endpoints to interact with user's auth session.
66
host: localhost

openapi/generated/api_backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: Proxy API
55
description: Mobile and web proxy API gateway.
66
host: localhost

openapi/generated/api_bonus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: Bonus vacanze API
55
host: localhost
66
basePath: /api/v1

openapi/generated/api_cgn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: Carta Giovani Nazionale API
55
host: localhost
66
basePath: /api/v1

openapi/generated/api_cgn_operator_search.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: Carta Giovani Nazionale Operator Search API
55
host: localhost
66
basePath: /api/v1/cgn/operator-search

openapi/generated/api_eucovidcert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: EU Covid Certificate service for IO App
55
basePath: /api/v1/eucovidcert
66
schemes:

openapi/generated/api_myportal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: MyPortal API
55
description: MyPortal API for user authentication.
66
host: localhost

openapi/generated/api_notifications.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: Proxy API
55
description: Mobile and web proxy API gateway.
66
host: localhost

openapi/generated/api_parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: '2.0'
22
info:
33
title: IO API parameters
4-
version: 16.7.3
4+
version: 16.7.4
55
paths:
66
/dummy:
77
get:

openapi/generated/api_pn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: Piattaforma Notifiche
55
host: localhost
66
basePath: /api/v1/pn

openapi/generated/api_public.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: Public API
55
description: Mobile and web proxy API gateway.
66
host: localhost

openapi/generated/api_services_app_backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ servers:
33
- url: https://api-app.io.pagopa.it/api/v2
44
info:
55
title: Services App Backend API
6-
version: 16.7.3
6+
version: 16.7.4
77
tags:
88
- name: search
99
description: Search APIs

openapi/generated/api_session.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: Session API
55
description: Collection of enpoints to interact with user session.
66
host: localhost

openapi/generated/api_trial_system.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 16.7.3
3+
version: 16.7.4
44
title: Trial System API
55
host: localhost
66
basePath: /api/v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pagopa/io-backend",
3-
"version": "16.7.3",
3+
"version": "16.7.4",
44
"min_app_version": {
55
"ios": "2.3.0",
66
"android": "2.3.0"

0 commit comments

Comments
 (0)