# Change Log

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

This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.0] - 2023-04-20

### Added

- Added interfaces export from index

## [0.2.0] - 2023-04-13

### Added

### Changed

- [Commit #855522e](https://github.com/hive-keychain/keychain-sdk/commit/855522e6836173a8a0c8b30dd82b4022f6c6cec5)
  Login, SignBuffer and SignTx no longer accept `options` as a second parameter.

### Fixed

- [[Commit #855522e](https://github.com/hive-keychain/keychain-sdk/commit/855522e6836173a8a0c8b30dd82b4022f6c6cec5)
  All `options` parameters (mainly for handling RPC nodes) are now optional.

## [0.6.0] - 2023-11-10

### Added

- Added swap requests

## [0.7.0] - 2024-06-04

### Changed

- Swap requests now accept `partnerFee` and `partnerUsername` parameters

## [0.8.0] - 2024-08-15

### Added

- Added VSC contract call requests

## [0.8.5] - 2024-08-16

### Added

- Added VSC deposit requests

## [0.9.0] - 2025-04-18

### Added

- Added VSC transfer, staking and withdrawal requests

## [0.9.3] - 2025-05-16

### Added

- Added VSC waitForComfirmation method
