From 9616684a1b5d880fb167057c5acb8c9add9ca6ff Mon Sep 17 00:00:00 2001 From: "danilo.spinelli" Date: Fri, 17 Apr 2020 00:05:31 +0200 Subject: [PATCH] chore: release 5.16.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f69c6b2e8..c7ea935bb 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.16.0](https://github.com/pagopa/io-backend/compare/v5.15.0...v5.16.0) + +> 16 April 2020 + +- Adds tracking of unique users in application insights [`#641`](https://github.com/pagopa/io-backend/pull/641) +- Fixes tracking of user sessions in appinsights [`#640`](https://github.com/pagopa/io-backend/pull/640) + #### [v5.15.0](https://github.com/pagopa/io-backend/compare/v5.14.0...v5.15.0) > 15 April 2020 @@ -11,6 +18,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - [#172328755] make pagopa client https only [`#639`](https://github.com/pagopa/io-backend/pull/639) - Adds session tracking to application insights [`#638`](https://github.com/pagopa/io-backend/pull/638) - [#172328755] make pagopa client https only (#639) [`#172328755`](https://www.pivotaltracker.com/story/show/172328755) +- chore: release 5.15.0 [`6c037bd`](https://github.com/pagopa/io-backend/commit/6c037bd076a707fd7c34309f29bb77701c452d55) - hotfix: upgdrade io-ts-commons [`fffaf52`](https://github.com/pagopa/io-backend/commit/fffaf524cb792acc3f07c2a975e1221378c643fb) #### [v5.14.0](https://github.com/pagopa/io-backend/compare/v5.13.5...v5.14.0) diff --git a/package.json b/package.json index 905bf2cf9..736ba9f88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-backend", - "version": "5.15.0", + "version": "5.16.0", "min_app_version": { "ios": "0.0.0", "android": "0.0.0"