diff --git a/CHANGELOG.md b/CHANGELOG.md index bd77c78..677a2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.34.0](https://github.com/pagopa/io-developer-portal-backend/compare/v1.33.0...v1.34.0) + +- [IOPAE-1133] setAutoCollectConsole on ApplicationInsight [`#235`](https://github.com/pagopa/io-developer-portal-backend/pull/235) + #### [v1.33.0](https://github.com/pagopa/io-developer-portal-backend/compare/v1.32.0...v1.33.0) +> 13 May 2024 + - RegenerateKey now returns the regenerated Keys on response [`#234`](https://github.com/pagopa/io-developer-portal-backend/pull/234) +- Bump version to 1.33.0 [skip ci] [`2123390`](https://github.com/pagopa/io-developer-portal-backend/commit/21233902ba055c2a296123fa312f1bf8563405e1) #### [v1.32.0](https://github.com/pagopa/io-developer-portal-backend/compare/v1.31.0...v1.32.0) diff --git a/package.json b/package.json index a1a8a84..bfa95bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digital-citizenship-portal", - "version": "1.33.0", + "version": "1.34.0", "main": "./build/src/app", "typings": "src/typings", "license": "MIT",