From 1687fe6dfaa5dc1ef81c11dcb5b02442a5005aa7 Mon Sep 17 00:00:00 2001 From: danilo spinelli Date: Wed, 1 Jul 2020 21:49:55 +0200 Subject: [PATCH] chore: release 0.12.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc357055..dc44ba1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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). +#### [v0.12.0](https://github.com/pagopa/io-functions-services/compare/v0.11.1...v0.12.0) + +> 1 July 2020 + +- [#173608840] Add email blacklist for configured services [`#60`](https://github.com/pagopa/io-functions-services/pull/60) +- [#173608840] Add email blacklist for configured services (#60) [`#173608840`](https://www.pivotaltracker.com/story/show/173608840) + #### [v0.11.1](https://github.com/pagopa/io-functions-services/compare/v0.11.0...v0.11.1) > 29 June 2020 - Log email/webhook delivery errors in application insights exceptions [`#59`](https://github.com/pagopa/io-functions-services/pull/59) +- chore: release 0.11.1 [`33ac3c4`](https://github.com/pagopa/io-functions-services/commit/33ac3c4d566f68434c7905b00af79aa606cda158) #### [v0.11.0](https://github.com/pagopa/io-functions-services/compare/v0.10.0...v0.11.0) diff --git a/package.json b/package.json index 31eb2629..7a88ffdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-functions-services", - "version": "0.11.1", + "version": "0.12.0", "license": "MIT", "scripts": { "prebuild": "npm-run-all generate:*",