diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6d3130f..abdbcf6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.571.0](https://github.com/Zapper-fi/studio/compare/v0.570.0...v0.571.0) (2023-12-14) + + +### Features + +* **dinero:** add pxeth and apxeth logos ([#3151](https://github.com/Zapper-fi/studio/issues/3151)) ([61fd531](https://github.com/Zapper-fi/studio/commit/61fd5319a18127d48b0d022dd07cc9fcc1b06ef7)) + ## [0.570.0](https://github.com/Zapper-fi/studio/compare/v0.569.1...v0.570.0) (2023-12-13) diff --git a/package.json b/package.json index e183a427d..497ced5f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.570.0", + "version": "0.571.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "./index.js",