Skip to content

Commit

Permalink
Bump version to 16.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Oct 29, 2024
1 parent 1ad8106 commit d70b2a1
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 16 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).

#### [v16.0.0](https://github.com/pagopa/io-backend/compare/v15.0.0...v16.0.0)
#### [v16.1.0](https://github.com/pagopa/io-backend/compare/v16.0.0...v16.1.0)

- [#PE-632] Added Search function to cgn operator search api [`#1161`](https://github.com/pagopa/io-backend/pull/1161)

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

> 29 October 2024
#### [v16.0.0-RELEASE](https://github.com/pagopa/io-backend/compare/v15.0.0...v16.0.0-RELEASE)

> 29 October 2024
- fix: remove openapi definition [`#1162`](https://github.com/pagopa/io-backend/pull/1162)
- [#IOPID-1713] Library `jsonwebtoken` removal [`#1160`](https://github.com/pagopa/io-backend/pull/1160)
- [#IOPID-2429] API Token Support removal [`#1159`](https://github.com/pagopa/io-backend/pull/1159)
- Bump version to 16.0.0 [skip ci] [`8ac8ba5`](https://github.com/pagopa/io-backend/commit/8ac8ba59e40b2f105b77f04ac1aba76bb2d04fe6)

#### [v15.0.0](https://github.com/pagopa/io-backend/compare/v15.0.0-RELEASE...v15.0.0)

Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_auth.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: Authentication API
description: Collection of endpoints to interact with user's auth session.
host: localhost
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_backend.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: Proxy API
description: Mobile and web proxy API gateway.
host: localhost
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_bonus.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: Bonus vacanze API
host: localhost
basePath: /api/v1
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_cgn.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: Carta Giovani Nazionale API
host: localhost
basePath: /api/v1
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_cgn_operator_search.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: Carta Giovani Nazionale Operator Search API
host: localhost
basePath: /api/v1/cgn/operator-search
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_eucovidcert.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: EU Covid Certificate service for IO App
basePath: /api/v1/eucovidcert
schemes:
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_myportal.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: MyPortal API
description: MyPortal API for user authentication.
host: localhost
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_notifications.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: Proxy API
description: Mobile and web proxy API gateway.
host: localhost
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_parameters.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: IO API parameters
version: 16.0.0
version: 16.1.0
paths:
/dummy:
get:
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_pn.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: Piattaforma Notifiche
host: localhost
basePath: /api/v1/pn
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_public.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: Public API
description: Mobile and web proxy API gateway.
host: localhost
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_services_app_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ servers:
- url: https://api-app.io.pagopa.it/api/v2
info:
title: Services App Backend API
version: 16.0.0
version: 16.1.0
tags:
- name: search
description: Search APIs
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_session.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: Session API
description: Collection of enpoints to interact with user session.
host: localhost
Expand Down
2 changes: 1 addition & 1 deletion openapi/generated/api_trial_system.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 16.0.0
version: 16.1.0
title: Trial System API
host: localhost
basePath: /api/v1
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-backend",
"version": "16.0.0",
"version": "16.1.0",
"min_app_version": {
"ios": "2.3.0",
"android": "2.3.0"
Expand Down

0 comments on commit d70b2a1

Please sign in to comment.