diff --git a/CHANGELOG.md b/CHANGELOG.md index f7daec61..bdd97315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,21 @@ 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.8.0](https://github.com/pagopa/io-functions-admin/compare/v0.7.1...v0.8.0) + +> 3 September 2020 + +- [#174194858] Migrating to cosmos sdk v3 [`#65`](https://github.com/pagopa/io-functions-admin/pull/65) +- Upgrade runtime to v3 and durable functions v2 [`#66`](https://github.com/pagopa/io-functions-admin/pull/66) +- [#174194858] Migrating to cosmos sdk v3 (#65) [`#174194858`](https://www.pivotaltracker.com/story/show/174194858) +- hotfix: tests [`7b94500`](https://github.com/pagopa/io-functions-admin/commit/7b94500931df911580d16433268b8955cee402d1) +- hotfix: env.example [`e525707`](https://github.com/pagopa/io-functions-admin/commit/e525707edd10548f196986173fdbd7cb0c84c883) + #### [v0.7.1](https://github.com/pagopa/io-functions-admin/compare/v0.7.0...v0.7.1) > 29 July 2020 +- chore: release 0.7.1 [`1d2becc`](https://github.com/pagopa/io-functions-admin/commit/1d2beccc3f69f010d6e391f03ec7010ab745b80f) - hotfix: lint [`dad7142`](https://github.com/pagopa/io-functions-admin/commit/dad714275eb0bf505916ce375d390bbfe6360582) #### [v0.7.0](https://github.com/pagopa/io-functions-admin/compare/v0.6.0...v0.7.0) diff --git a/package.json b/package.json index 8205f9f5..ee4d428f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-functions-admin", - "version": "0.7.1", + "version": "0.8.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",