diff --git a/CHANGELOG.md b/CHANGELOG.md index dc44ba1b..dc7478d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,21 @@ 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.13.0](https://github.com/pagopa/io-functions-services/compare/v0.12.0...v0.13.0) + +> 10 August 2020 + +- Deploy to staging slot [`#64`](https://github.com/pagopa/io-functions-services/pull/64) +- Migrate to runtime3 and df2 [`#63`](https://github.com/pagopa/io-functions-services/pull/63) +- Mailhog development config [`#61`](https://github.com/pagopa/io-functions-services/pull/61) + #### [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) +- chore: release 0.12.0 [`1687fe6`](https://github.com/pagopa/io-functions-services/commit/1687fe6dfaa5dc1ef81c11dcb5b02442a5005aa7) #### [v0.11.1](https://github.com/pagopa/io-functions-services/compare/v0.11.0...v0.11.1) diff --git a/package.json b/package.json index 7a88ffdf..fdbc89d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-functions-services", - "version": "0.12.0", + "version": "0.13.0", "license": "MIT", "scripts": { "prebuild": "npm-run-all generate:*",