From 78adf7d035488c82bcd9cf6a43b8ebfa083d289c Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:37:43 -0500 Subject: [PATCH] chore(main): release 0.548.0 (#3059) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f83864cf5..33702e961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.548.0](https://github.com/Zapper-fi/studio/compare/v0.547.2...v0.548.0) (2023-11-16) + + +### Features + +* **balancer-v2:** Support Gnosis ([#3031](https://github.com/Zapper-fi/studio/issues/3031)) ([e9da8be](https://github.com/Zapper-fi/studio/commit/e9da8bec689bb43ce5236cf71ac0be1a31875a08)) + + +### Bug Fixes + +* **origin-dollar-governance:** Fix veOGV underlying balance and combined both veOGV balance and rewards into a veOGV cp ([#3033](https://github.com/Zapper-fi/studio/issues/3033)) ([85f350d](https://github.com/Zapper-fi/studio/commit/85f350d1d93822da0160fd1d273c9e2ac29757da)) + ## [0.547.2](https://github.com/Zapper-fi/studio/compare/v0.547.1...v0.547.2) (2023-11-15) diff --git a/package.json b/package.json index e7d778fb3..9b22d713e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.547.2", + "version": "0.548.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "./index.js",