Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihirota committed Feb 28, 2024
1 parent e605e31 commit 007dd50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [3.5.0] - 2024-02-28

### Added

- Update `completeWithdrawal`:
- If the user has only v4 balance, `completeWithdrawal` will withdraw v4 balance.
- If the user has v3 balance, `completeWithdrawal` will try to withdraw both v3 and v4 balance.
- If the user has v3 balance, and is not registered on-chain, `completeWithdrawal` will try to register the user and then withdraw both v3 and v4 balance.
- If the v3 balance is not zero for an NFT, `completeWithdrawal` will only try to withdraw v3 balance.
- v3 balance refers to withdrawal prepared using /v1/withdrawal API.
- v4 balance refers to withdrawal prepared using /v2/withdrawal API.

## [3.4.0] - 2024-02-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imtbl/core-sdk",
"version": "3.4.0",
"version": "3.5.0",
"description": "Immutable Core SDK",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 007dd50

Please sign in to comment.