diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbcded..ef962f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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.2.9](https://github.com/pagopa/data-indexer-commons/compare/v0.2.8...v0.2.9) + +- hotfix: missing exported filter type [`#10`](https://github.com/pagopa/data-indexer-commons/pull/10) + #### [v0.2.8](https://github.com/pagopa/data-indexer-commons/compare/v0.2.7...v0.2.8) +> 12 March 2024 + - [IOPLT-287] Update filter model io-ts decoder [`#8`](https://github.com/pagopa/data-indexer-commons/pull/8) - Bump jose from 4.15.4 to 4.15.5 [`#7`](https://github.com/pagopa/data-indexer-commons/pull/7) +- chore: release 0.2.8 [`ca5d8a5`](https://github.com/pagopa/data-indexer-commons/commit/ca5d8a5391a8b6b7c4646d7f1745c9a1f3c7b3ab) #### [v0.2.7](https://github.com/pagopa/data-indexer-commons/compare/v0.2.6...v0.2.7) diff --git a/package.json b/package.json index a113e36..a5aa689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/data-indexer-commons", - "version": "0.2.8", + "version": "0.2.9", "description": "Common library for io-platform data-indexer", "author": "IO Platform team", "license": "MIT",