From ce54518028749b9e86f2c4c84317264b70b4c3a6 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 8 Feb 2021 13:10:46 +0000 Subject: [PATCH] Bump version to 0.0.7 [skip ci] --- CHANGELOG.md | 23 ++++++++++++++++++++++- package.json | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a2eb73..e0d07c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,27 @@ 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.0.6](https://github.com/pagopa/io-functions-cgn/compare/v0.0.5...v0.0.6) +#### [v0.0.7](https://github.com/pagopa/io-functions-cgn/compare/v0.0.6...v0.0.7) + +- [#176782092] Add Get Activation Status API [`#14`](https://github.com/pagopa/io-functions-cgn/pull/14) +- Merge pull request #14 from pagopa/176782092_add_get_activation_status_api [`#176782092`](https://www.pivotaltracker.com/story/show/176782092) +- [#176782092] Add test [`#176782092`](https://www.pivotaltracker.com/story/show/176782092) +- [#176782092] Config env variables alignment + minor refactor [`#176782092`](https://www.pivotaltracker.com/story/show/176782092) +- [#176782092] Fixes over integration tests [`#176782092`](https://www.pivotaltracker.com/story/show/176782092) +- [#176782092] Remove useless imports [`#176782092`](https://www.pivotaltracker.com/story/show/176782092) +- [#176782092] Add tests [`#176782092`](https://www.pivotaltracker.com/story/show/176782092) +- [#176782092] Add some tests [`#176782092`](https://www.pivotaltracker.com/story/show/176782092) +- [#176782092] Fix tests [`#176782092`](https://www.pivotaltracker.com/story/show/176782092) +- [#176782092] Rebase [`#176782092`](https://www.pivotaltracker.com/story/show/176782092) +- [#176782092] Add Get activation API [`#176782092`](https://www.pivotaltracker.com/story/show/176782092) + +#### [v0.0.6](https://github.com/pagopa/io-functions-cgn/compare/v0.0.6-RELEASE...v0.0.6) + +> 4 February 2021 + +#### [v0.0.6-RELEASE](https://github.com/pagopa/io-functions-cgn/compare/v0.0.5...v0.0.6-RELEASE) + +> 4 February 2021 - [#175761632] Add CGN Activation API [`#13`](https://github.com/pagopa/io-functions-cgn/pull/13) - Merge pull request #13 from pagopa/175761632_add_cgn_activation [`#175761632`](https://www.pivotaltracker.com/story/show/175761632) @@ -21,6 +41,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - [#175761632] Add StoreCgnExpiration + orchestrator refactor [`#175761632`](https://www.pivotaltracker.com/story/show/175761632) - [#175761632] Add comments on activation handler [`#175761632`](https://www.pivotaltracker.com/story/show/175761632) - [#175761632] Add activation API [`#175761632`](https://www.pivotaltracker.com/story/show/175761632) +- Bump version to 0.0.6 [skip ci] [`78e5059`](https://github.com/pagopa/io-functions-cgn/commit/78e5059ae6cb830dd5c392f6393e6ae7cbb66426) - Merge pull request #15 from pagopa/175897066_add_deploy_pipeline [`071b534`](https://github.com/pagopa/io-functions-cgn/commit/071b5344b44ed106d1e100073b5e6f4ce3c2379a) #### [v0.0.5](https://github.com/pagopa/io-functions-cgn/compare/v0.0.5-RELEASE...v0.0.5) diff --git a/package.json b/package.json index 6b7a3fa..6a59e36 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "", "author": "IO team", "repository": "https://github.com/pagoPA/io-functions-template", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",