diff --git a/packages/sdk-core/CHANGELOG.md b/packages/sdk-core/CHANGELOG.md index 256e301e42..4d45bb3fcc 100644 --- a/packages/sdk-core/CHANGELOG.md +++ b/packages/sdk-core/CHANGELOG.md @@ -10,6 +10,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed ### Fixed +## [0.9.0] - 2024-12-13 + +### Added +- Handle new Operation types with BatchCall +- Forward ETH value with BatchCall and Operation + ## [0.8.0] - 2024-08-01 ### Breaking diff --git a/packages/sdk-core/package.json b/packages/sdk-core/package.json index 0ddafbdba4..e0459c6815 100644 --- a/packages/sdk-core/package.json +++ b/packages/sdk-core/package.json @@ -1,12 +1,12 @@ { "name": "@superfluid-finance/sdk-core", "description": "SDK Core for building with Superfluid Protocol", - "version": "0.8.0", + "version": "0.9.0", "bugs": "https://github.com/superfluid-finance/protocol-monorepo/issues", "dependencies": { "@superfluid-finance/ethereum-contracts": "1.12.0", "@superfluid-finance/metadata": "^1.5.2", - "browserify": "17.0.0", + "browserify": "17.0.1", "graphql-request": "6.1.0", "lodash": "4.17.21", "tsify": "5.0.4" diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index 7902cee2de..9ae9af6f61 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -5,7 +5,7 @@ "dependencies": { "@graphprotocol/graph-cli": "0.80.1", "@graphprotocol/graph-ts": "0.35.1", - "@superfluid-finance/sdk-core": "0.8.0", + "@superfluid-finance/sdk-core": "0.9.0", "mustache": "4.2.0" }, "devDependencies": {