# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.8.1] - 2021-08-14
### Added
- Add API to check current fuseLock state ([#69](https://github.com/WhiteMatrixTech/NFT-blind-box-protocol/pull/69))

## [0.8.0] - 2021-08-13
### Changed
- Change signature type to number from BigNumber ([#65](https://github.com/WhiteMatrixTech/NFT-blind-box-protocol/pull/65))

### Removed
- Remove DebugMint API, developer can directly use this api from etherscan ([#65](https://github.com/WhiteMatrixTech/NFT-blind-box-protocol/pull/65))

## [0.7.1] - 2021-07-15
### Added
- Added CHANGELOG file ([#35](https://github.com/WhiteMatrixTech/NFT-blind-box-protocol/pull/35)) 

### Changed

- 升级为`0.6.4`版本
- 重新部署rinkeby合约，升级为`0.7.1`版本([#49](https://github.com/WhiteMatrixTech/NFT-blind-box-protocol/pull/49))
- 修改sdk，重新部署合约，升级为`0.7.5`版本([#51](https://github.com/WhiteMatrixTech/NFT-blind-box-protocol/pull/51))
- 修改riverbox空投，增加claim、claimableAmount([#61](https://github.com/WhiteMatrixTech/NFT-blind-box-protocol/pull/61))

### Deprecated

### Removed
- 删除riverboxEx([#46](https://github.com/WhiteMatrixTech/NFT-blind-box-protocol/pull/46))

### Fixed

- 修复了`sdk/src/client/riverbox-client`中依旧使用`RiverBox`的bug([#34](https://github.com/WhiteMatrixTech/NFT-blind-box-protocol/pull/34))

### Security
