diff --git a/CHANGELOG.md b/CHANGELOG.md index 4736fea5..8020dab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,25 @@ 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.10.0](https://github.com/pagopa/io-functions-services/compare/v1.9.1...v1.10.0) + +- [#175639849] Add default footer on email notifications [`#88`](https://github.com/pagopa/io-functions-services/pull/88) +- [#175639849] Add default footer on email notifications (#88) [`#175639849`](https://www.pivotaltracker.com/story/show/175639849) + #### [v1.9.1](https://github.com/pagopa/io-functions-services/compare/v1.9.0...v1.9.1) +> 6 November 2020 + - [#175573274] Allow AI tracking on service's visibility [`#87`](https://github.com/pagopa/io-functions-services/pull/87) +- [#175573274] Allow AI tracking on service's visibility (#87) [`#175573274`](https://www.pivotaltracker.com/story/show/175573274) [`#175573274`](https://www.pivotaltracker.com/story/show/175573274) [`#175573274`](https://www.pivotaltracker.com/story/show/175573274) [`#175573274`](https://www.pivotaltracker.com/story/show/175573274) [`#175573274`](https://www.pivotaltracker.com/story/show/175573274) [`#175573274`](https://www.pivotaltracker.com/story/show/175573274) +- chore: release 1.9.1 [`120ab46`](https://github.com/pagopa/io-functions-services/commit/120ab4693e330dd58d0cbd8ead9bbc4f4eb6ba0c) #### [v1.9.0](https://github.com/pagopa/io-functions-services/compare/v1.8.0...v1.9.0) > 4 November 2020 - [#175497433] Add Profile unsubscription on feed [`#86`](https://github.com/pagopa/io-functions-services/pull/86) +- [#175497433] Add Profile unsubscription on feed (#86) [`#175497433`](https://www.pivotaltracker.com/story/show/175497433) [`#175497433`](https://www.pivotaltracker.com/story/show/175497433) [`#175497433`](https://www.pivotaltracker.com/story/show/175497433) [`#175497433`](https://www.pivotaltracker.com/story/show/175497433) [`#175497433`](https://www.pivotaltracker.com/story/show/175497433) - chore: release 1.9.0 [`2af6f68`](https://github.com/pagopa/io-functions-services/commit/2af6f68be5ac3ae113dc924b61a66d9ece1cc1b7) #### [v1.8.0](https://github.com/pagopa/io-functions-services/compare/v1.7.1...v1.8.0) @@ -20,6 +30,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 30 October 2020 - [#175395536] Add Organization logo's upload [`#83`](https://github.com/pagopa/io-functions-services/pull/83) +- [#175395536] Add Organization logo's upload (#83) [`#175395536`](https://www.pivotaltracker.com/story/show/175395536) - chore: release 1.8.0 [`d96ac0a`](https://github.com/pagopa/io-functions-services/commit/d96ac0a77226270d084aeecd2ccb73314b8cac03) #### [v1.7.1](https://github.com/pagopa/io-functions-services/compare/v1.7.0...v1.7.1) @@ -27,6 +38,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 28 October 2020 - [#175205379] Added mailing component from io-functions-commons [`#82`](https://github.com/pagopa/io-functions-services/pull/82) +- [#175205379] Added mailing component from io-functions-commons (#82) [`#175205379`](https://www.pivotaltracker.com/story/show/175205379) - chore: release 1.7.1 [`9ae46c2`](https://github.com/pagopa/io-functions-services/commit/9ae46c2983410b27898ba7c30265e96919963ea0) #### [v1.7.0](https://github.com/pagopa/io-functions-services/compare/v1.6.0...v1.7.0) @@ -37,6 +49,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - [#174823724] token_name override on create/update Service [`#75`](https://github.com/pagopa/io-functions-services/pull/75) - [#175185887] Upgrade Italia-utils to allow Api auth without bearer [`#81`](https://github.com/pagopa/io-functions-services/pull/81) - [#175119553] Centralize environment variables in a single config module [`#80`](https://github.com/pagopa/io-functions-services/pull/80) +- [#174823724] token_name override on create/update Service (#75) [`#174823724`](https://www.pivotaltracker.com/story/show/174823724) +- [#175185887] Upgrade Italia-utils to allow Api auth without bearer (#81) [`#175185887`](https://www.pivotaltracker.com/story/show/175185887) +- [#175119553] Centralize environment variables in a single config module (#80) [`#175119553`](https://www.pivotaltracker.com/story/show/175119553) - chore: release 1.7.0 [`bf3a7d8`](https://github.com/pagopa/io-functions-services/commit/bf3a7d821a4556cdf853f6b67cf28c89e71096ca) #### [v1.6.0](https://github.com/pagopa/io-functions-services/compare/v1.5.0...v1.6.0) diff --git a/package.json b/package.json index d1e69cab..39506086 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-functions-services", - "version": "1.9.1", + "version": "1.10.0", "license": "MIT", "scripts": { "prebuild": "npm-run-all generate:*",