diff --git a/CHANGELOG.md b/CHANGELOG.md index ab13edb8..b4ac5474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.21.0](https://github.com/mangata-finance/mangata-sdk/compare/v1.20.2...v1.21.0) (2023-06-26) + + +### Features + +* add deposit and withdraw for moonriver ([31c4710](https://github.com/mangata-finance/mangata-sdk/commit/31c471045d4a2eb62fe9187f64ba2ef136fb4f30)) +* add fee methods for moonriver ([585fd1f](https://github.com/mangata-finance/mangata-sdk/commit/585fd1fcfaf495276ece86a3e31dec67d4b7cd57)) + ## [1.20.2](https://github.com/mangata-finance/mangata-sdk/compare/v1.20.1...v1.20.2) (2023-06-19) diff --git a/package.json b/package.json index 2ae7bee7..bbcfdf3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mangata-finance/sdk", - "version": "1.20.2", + "version": "1.21.0", "description": "SDK for communication with Mangata node", "main": "./index.js", "module": "./index.mjs",