diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0492c..0c29697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,22 @@ 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). -#### [v2.8.2](https://github.com/pagopa/io-functions-elt/compare/v2.8.1...v2.8.2) +#### [v2.9.0](https://github.com/pagopa/io-functions-elt/compare/v2.8.2...v2.9.0) +- [#IOPID-2201] Add `profile-deletion` avro schema [`#91`](https://github.com/pagopa/io-functions-elt/pull/91) +- Merge pull request #92 from pagopa/IOPID-2343 [`25a0c46`](https://github.com/pagopa/io-functions-elt/commit/25a0c46fdaa73ba014c2ce6d326f41b451d9a7e1) +- [#IOPID-2343] added redis cache for PDV users [`b5448a0`](https://github.com/pagopa/io-functions-elt/commit/b5448a04b28ded683c0b0afac3efc6627cb47a0b) +- [#IOPID-2343] added unit tests [`1478051`](https://github.com/pagopa/io-functions-elt/commit/14780513fcf030bd7b4b79ee373ee3f4ab73dd5a) + +#### [v2.8.2](https://github.com/pagopa/io-functions-elt/compare/v2.8.2-RELEASE...v2.8.2) + +> 12 September 2024 + +#### [v2.8.2-RELEASE](https://github.com/pagopa/io-functions-elt/compare/v2.8.1...v2.8.2-RELEASE) + +> 12 September 2024 + +- Bump version to 2.8.2 [skip ci] [`8b2a40b`](https://github.com/pagopa/io-functions-elt/commit/8b2a40b9cc23a5d8a989c8b72ab40282b8810dd0) - hotfix: change blobTrigger regex [`e93f41c`](https://github.com/pagopa/io-functions-elt/commit/e93f41cee9003b82fca2b2d5a8be14c186e08043) #### [v2.8.1](https://github.com/pagopa/io-functions-elt/compare/v2.8.1-RELEASE...v2.8.1) diff --git a/package.json b/package.json index ab618d3..53d3d4c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Integration between IO data and PDND", "author": "IO team", "repository": "https://github.com/pagopa/io-functions-elt", - "version": "2.8.2", + "version": "2.9.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",