diff --git a/CHANGELOG.md b/CHANGELOG.md index 936aecba4..5a233190a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.40.0](https://github.com/Zapper-fi/studio/compare/v0.39.1...v0.40.0) (2022-05-22) + + +### Features + +* **network:** Support Aurora, Cronos, and Evmos networks ([#495](https://github.com/Zapper-fi/studio/issues/495)) ([909f9c1](https://github.com/Zapper-fi/studio/commit/909f9c14629fa763a45567a641f2c75254d51d6d)) + ### [0.39.1](https://github.com/Zapper-fi/studio/compare/v0.39.0...v0.39.1) (2022-05-22) diff --git a/package.json b/package.json index 290a218d5..ea5ff900b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.39.1", + "version": "0.40.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "./index.js",