diff --git a/.changeset/smooth-points-sip.md b/.changeset/smooth-points-sip.md deleted file mode 100644 index 41824d89..00000000 --- a/.changeset/smooth-points-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@balancer/sdk": minor ---- - -The onChainPoolDataEnricher now also queries the pool rate, linearTargets as well as status of inRecoveryMode and isPaused diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a4e887..2609e1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @balancer/sdk +## 0.1.0 + +### Minor Changes + +- f04362c: The onChainPoolDataEnricher now also queries the pool rate, linearTargets as well as status of inRecoveryMode and isPaused + ## 0.0.5 ### Patch Changes diff --git a/package.json b/package.json index d92e1679..5de284cc 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "publishConfig": { "access": "public" }, - "version": "0.0.5", + "version": "0.1.0", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",