diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c48b84a..3ea7420c 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). +#### [v0.33.0](https://github.com/pagopa/io-functions-admin/compare/v0.32.7...v0.33.0) + +- [#IOPAE-141] Add GetSubscription admin API [`#211`](https://github.com/pagopa/io-functions-admin/pull/211) + #### [v0.32.7](https://github.com/pagopa/io-functions-admin/compare/v0.32.6...v0.32.7) +> 25 January 2023 + - [#IOCIT-279] Use INTERNAL_STORAGE_CONNECTION_STRING [`#210`](https://github.com/pagopa/io-functions-admin/pull/210) +- Bump version to 0.32.7 [skip ci] [`41d37c6`](https://github.com/pagopa/io-functions-admin/commit/41d37c6544309ea49a1cd14056ef0c19fb7f2242) #### [v0.32.6](https://github.com/pagopa/io-functions-admin/compare/v0.32.5...v0.32.6) diff --git a/package.json b/package.json index 1491243d..981f1a98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-admin", - "version": "0.32.7", + "version": "0.33.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",