diff --git a/CHANGELOG.md b/CHANGELOG.md index e90ae92..cafcef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,6 @@ 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). -#### 1.10.10 +#### 1.10.11 -- [IOCOM-1327] Check manage user group and subscription for RCConfiguration APIs [`#99`](https://github.com/pagopa/io-functions-services-messages/pull/99) +- [IOCOM-1442] fix: fixed base url for internal APIs [`#101`](https://github.com/pagopa/io-functions-services-messages/pull/101) diff --git a/openapi/index.yaml b/openapi/index.yaml index eda383f..332f8d2 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 1.10.10 + version: 1.10.11 title: IO internal API for messages sending functions contact: name: PagoPA diff --git a/openapi/index_external.yaml b/openapi/index_external.yaml index 367c37b..450d8e7 100644 --- a/openapi/index_external.yaml +++ b/openapi/index_external.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 1.10.10 + version: 1.10.11 title: IO API for messages sending functions contact: name: PagoPA diff --git a/package.json b/package.json index a689be2..ac8b223 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-service-messages", - "version": "1.10.10", + "version": "1.10.11", "license": "MIT", "scripts": { "prebuild": "yarn generate",