From 78fefd15a772c61ff01cf5a2d71df8df18d955d9 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 1 Dec 2020 13:54:30 +0000 Subject: [PATCH] Bump version to 1.11.6 [skip ci] --- CHANGELOG.md | 14 ++++++++++++-- package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7a223a..a5f58ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,24 @@ 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.11.5](https://github.com/pagopa/io-functions-services/compare/v1.11.4...v1.11.5) +#### [v1.11.6](https://github.com/pagopa/io-functions-services/compare/v1.11.5...v1.11.6) + +- split deploy in multiple stages [`a1ba957`](https://github.com/pagopa/io-functions-services/commit/a1ba9577b0f8fcf210f1aa746d7220fefb182859) + +#### [v1.11.5](https://github.com/pagopa/io-functions-services/compare/v1.11.5-RELEASE...v1.11.5) + +> 1 December 2020 + +#### [v1.11.5-RELEASE](https://github.com/pagopa/io-functions-services/compare/v1.11.4...v1.11.5-RELEASE) + +> 1 December 2020 - [#175476527] Release stage and pipeline refactor [`#96`](https://github.com/pagopa/io-functions-services/pull/96) - Fix default deploy configuration [`#95`](https://github.com/pagopa/io-functions-services/pull/95) - [#175476527] Release stage and pipeline refactor (#96) [`#175476527`](https://www.pivotaltracker.com/story/show/175476527) +- Bump version to 1.11.5 [skip ci] [`6fdbabe`](https://github.com/pagopa/io-functions-services/commit/6fdbabe3e41782ccb64d005860ba18603a76dd4a) - Update azure-pipelines.yml for Azure Pipelines [`b802f6e`](https://github.com/pagopa/io-functions-services/commit/b802f6ef16761272928771e4f8b0598149cd1b86) - fix release params [`b224864`](https://github.com/pagopa/io-functions-services/commit/b2248649d9de518808c50f5386826b89bd77f540) -- fix release template [`59d914d`](https://github.com/pagopa/io-functions-services/commit/59d914d3480a32e58c7ef203d32a4eafcf0288af) #### [v1.11.4](https://github.com/pagopa/io-functions-services/compare/v1.11.3...v1.11.4) diff --git a/package.json b/package.json index edde3a9a..ba1f887e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-functions-services", - "version": "1.11.5", + "version": "1.11.6", "license": "MIT", "scripts": { "prebuild": "npm-run-all generate:*",