From 1586dad7984ecce2c3b456a35f9eb8ce3ec583d1 Mon Sep 17 00:00:00 2001 From: danilo spinelli Date: Thu, 8 Oct 2020 09:41:53 +0200 Subject: [PATCH] chore: release 1.6.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 292abe36..38d2e0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [v1.6.0](https://github.com/pagopa/io-functions-services/compare/v1.5.0...v1.6.0) + +- logging relabeling [`#79`](https://github.com/pagopa/io-functions-services/pull/79) + #### [v1.5.0](https://github.com/pagopa/io-functions-services/compare/v1.4.0...v1.5.0) +> 7 October 2020 + +- chore: release 1.5.0 [`44edffe`](https://github.com/pagopa/io-functions-services/commit/44edffeaeb62fbcc7d6cb391a07ce58b2a48ff33) - hotfix: typos [`79fcae3`](https://github.com/pagopa/io-functions-services/commit/79fcae30d12b00882fc224bb3f5cae1e40261df3) - Update CODEOWNERS [`297fafd`](https://github.com/pagopa/io-functions-services/commit/297fafdb5b97b4d39ae9efe6d23baad67166a6c0) diff --git a/package.json b/package.json index 52b7d8b7..3899c5e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-functions-services", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "scripts": { "prebuild": "npm-run-all generate:*",