diff --git a/.changeset/slow-timers-live.md b/.changeset/slow-timers-live.md deleted file mode 100644 index d089a176..00000000 --- a/.changeset/slow-timers-live.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@balancer/sdk": patch ---- - -Update CompositeRouter address (deploy10 version with bug fix). -Remove CompositeRouter workarounds for Boosted Price Impact. diff --git a/CHANGELOG.md b/CHANGELOG.md index 64832680..32bb310f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @balancer/sdk +## 0.31.1 + +### Patch Changes + +- 46bcb86: Update CompositeRouter address (deploy10 version with bug fix). + Remove CompositeRouter workarounds for Boosted Price Impact. + ## 0.31.0 ### Minor Changes diff --git a/package.json b/package.json index 2a56f4c6..ce74194b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "publishConfig": { "access": "public" }, - "version": "0.31.0", + "version": "0.31.1", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",