diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8488e29..a69d75a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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). +#### [v5.11.0](https://github.com/pagopa/io-backend/compare/v5.10.0...v5.11.0) + +> 2 April 2020 + +- [#172124428] Adds option to enable keepalive in fetch client [`#628`](https://github.com/pagopa/io-backend/pull/628) +- [#172124428] Adds option to enable keepalive in fetch client (#628) [`#172124428`](https://www.pivotaltracker.com/story/show/172124428) + #### [v5.10.0](https://github.com/pagopa/io-backend/compare/v5.9.0...v5.10.0) > 2 April 2020 @@ -14,6 +21,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - [#172124428] Adds option to enable keepalive in fetch client (#627) [`#172124428`](https://www.pivotaltracker.com/story/show/172124428) - [#172121576] update readme (#626) [`#172121576`](https://www.pivotaltracker.com/story/show/172121576) - [#172037511] Move REDIS client and SessionStorage into app (#625) [`#172037511`](https://www.pivotaltracker.com/story/show/172037511) +- chore: release 5.10.0 [`8c20453`](https://github.com/pagopa/io-backend/commit/8c204539c8f5024aa8dbccdd4a5818512e378a46) - [pipeline] add variable CACHE_VERSION_ID [`0b89912`](https://github.com/pagopa/io-backend/commit/0b899123a76102cf787234a238ed71108050c46b) - Fixes link in table of contents [`3e8d2eb`](https://github.com/pagopa/io-backend/commit/3e8d2eb858832db124ee12445076c7fd46750f39) diff --git a/package.json b/package.json index caf9b010d..d4727c328 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-backend", - "version": "5.10.0", + "version": "5.11.0", "min_app_version": { "ios": "0.0.0", "android": "0.0.0"