Skip to content

Commit

Permalink
v1.25.1 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipzeta authored Mar 26, 2024
1 parent 273773f commit 4d7f40d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
All notable changes to this project will be documented in this file.
Version changes are pinned to SDK releases.

## [1.25.1]

- Update to closeOpenOrdersV4. ([#372](https://github.com/zetamarkets/sdk/pull/372))

## [1.25.0]

- Subscribe to CMA manager ([#363](https://github.com/zetamarkets/sdk/pull/363))
- Add new util instructions for account creation and referrals in cross-client.ts ([#363](https://github.com/zetamarkets/sdk/pull/363))
- Improve error handling for RPC errors ([#363](https://github.com/zetamarkets/sdk/pull/363))
- Improve tx confirmation to use blockheight and add new Exchange.skipRpcConfirmation option ([#363](https://github.com/zetamarkets/sdk/pull/363))
- Fix risk utils to use getFeeBps() ([#363](https://github.com/zetamarkets/sdk/pull/363))
- Update to closeOpenOrdersV4. ([#372](https://github.com/zetamarkets/sdk/pull/372))

## [1.24.1]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zetamarkets/sdk",
"repository": "https://github.com/zetamarkets/sdk/",
"version": "1.25.0",
"version": "1.25.1",
"description": "Zeta SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4d7f40d

Please sign in to comment.