diff --git a/CHANGELOG.md b/CHANGELOG.md index b351b22a..f2db06c9 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.32.1](https://github.com/pagopa/io-functions-admin/compare/v0.32.0...v0.32.1) + +- [#IOPSC-118] Respond with 'too many requests' status code when creating too much subscriptions for the same account [`#202`](https://github.com/pagopa/io-functions-admin/pull/202) + #### [v0.32.0](https://github.com/pagopa/io-functions-admin/compare/v0.31.1...v0.32.0) +> 5 December 2022 + - Bump decode-uri-component from 0.2.0 to 0.2.2 [`#199`](https://github.com/pagopa/io-functions-admin/pull/199) - [#IOPAE-88] Remove subscriptions [`#200`](https://github.com/pagopa/io-functions-admin/pull/200) +- Bump version to 0.32.0 [skip ci] [`367db5b`](https://github.com/pagopa/io-functions-admin/commit/367db5b3894ca39af4bd425ca83f940defe6a6d1) #### [v0.31.1](https://github.com/pagopa/io-functions-admin/compare/v0.31.0...v0.31.1) diff --git a/package.json b/package.json index c06a5c0c..a021b521 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-admin", - "version": "0.32.0", + "version": "0.32.1", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",