diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a1d726..4736fea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,16 @@ 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.9.1](https://github.com/pagopa/io-functions-services/compare/v1.9.0...v1.9.1) + +- [#175573274] Allow AI tracking on service's visibility [`#87`](https://github.com/pagopa/io-functions-services/pull/87) + #### [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) diff --git a/package.json b/package.json index 8a498bdd..84d1222f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-functions-services", - "version": "1.9.0", + "version": "1.9.1", "license": "MIT", "scripts": { "prebuild": "npm-run-all generate:*",