From f52322750b776ce8991519234e4d5bff6dea6410 Mon Sep 17 00:00:00 2001 From: Emanuele De Cupis Date: Mon, 18 Jan 2021 10:35:43 +0100 Subject: [PATCH] chore: release 7.15.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b70f8ba1..8988398cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,20 @@ 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). +#### [v7.15.0](https://github.com/pagopa/io-backend/compare/v7.14.1...v7.15.0) + +- [#176458169] Remove unused code path for bonus activation [`#755`](https://github.com/pagopa/io-backend/pull/755) +- [#176314485] Use x-client-ip for internal calls [`#749`](https://github.com/pagopa/io-backend/pull/749) +- [#176458169] Remove unused code path for bonus activation (#755) [`#176458169`](https://www.pivotaltracker.com/story/show/176458169) +- [#176314485] Use x-client-ip for internal calls (#749) [`#176314485`](https://www.pivotaltracker.com/story/show/176314485) + #### [v7.14.1](https://github.com/pagopa/io-backend/compare/v7.14.0...v7.14.1) +> 30 December 2020 + - [#176314485] Fix source IP parsing [`#748`](https://github.com/pagopa/io-backend/pull/748) - [#176314485] Fix source IP parsing (#748) [`#176314485`](https://www.pivotaltracker.com/story/show/176314485) +- chore: release 7.14.1 [`68269da`](https://github.com/pagopa/io-backend/commit/68269da039d0e6ff0b3ee6d4d3e94f4b5c34ba9c) #### [v7.14.0](https://github.com/pagopa/io-backend/compare/v7.13.0...v7.14.0) diff --git a/package.json b/package.json index ce81a2661..e2b431df7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-backend", - "version": "7.14.1", + "version": "7.15.0", "min_app_version": { "ios": "0.0.0", "android": "0.0.0"