diff --git a/CHANGELOG.md b/CHANGELOG.md index 9adeab9..a7232e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +## [1.14.5](https://github.com/0xsquid/api-sdk/compare/v1.14.1...v1.14.5) (2023-11-01) + + +### Bug Fixes + +* handle ledger amino messages ([#215](https://github.com/0xsquid/api-sdk/issues/215)) ([2ef50f7](https://github.com/0xsquid/api-sdk/commit/2ef50f76d2429cca74c71a1fd1324beff9a90f0c)), closes [#216](https://github.com/0xsquid/api-sdk/issues/216) [#224](https://github.com/0xsquid/api-sdk/issues/224) +* use a different rpc url for each chain ([#230](https://github.com/0xsquid/api-sdk/issues/230)) ([53bfa60](https://github.com/0xsquid/api-sdk/commit/53bfa60b9b314a7412b265fdea6e7de4454e49ea)) +* use all chains when no chains are specified ([#233](https://github.com/0xsquid/api-sdk/issues/233)) ([ca638dd](https://github.com/0xsquid/api-sdk/commit/ca638dd1aaa3395272788880fd0a195be55db525)) + ## [1.14.4](https://github.com/0xsquid/api-sdk/compare/v1.14.1...v1.14.4) (2023-10-26) diff --git a/package.json b/package.json index 9acb7dc..c44dac0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/sdk", - "version": "1.14.4", + "version": "1.14.5", "description": "🛠 An SDK for building applications on top of 0xsquid", "repository": { "type": "git",