diff --git a/CHANGELOG.md b/CHANGELOG.md index d03730d87..4845f5600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.557.0](https://github.com/Zapper-fi/studio/compare/v0.556.1...v0.557.0) (2023-11-29) + + +### Features + +* **stake-dao:** Updated vault definitions to rely on ATI ([#3091](https://github.com/Zapper-fi/studio/issues/3091)) ([07a7ef3](https://github.com/Zapper-fi/studio/commit/07a7ef33a64e9c48a36e49deec5e7daa1e191016)) + + +### Bug Fixes + +* **notional-finance-v3:** Remove fCash app token and move logic into supply and borrow positions ([#3089](https://github.com/Zapper-fi/studio/issues/3089)) ([ffb1616](https://github.com/Zapper-fi/studio/commit/ffb1616b3d5c4c5b2651b3d1662abcc2cfece7cd)) + ## [0.556.1](https://github.com/Zapper-fi/studio/compare/v0.556.0...v0.556.1) (2023-11-29) diff --git a/package.json b/package.json index 4b2107e85..b552b5445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.556.1", + "version": "0.557.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "./index.js",