Skip to content

Commit

Permalink
chore(docs): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kranthicodes committed Jul 13, 2023
1 parent d3ee86d commit 9c26466
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.0.10] - 2023-07-13

## Added

- Support for OIP 2, Collections and minting features
- Support for recoverable deposits in commit address
- Support for Message signing in Ordit wallet class

## Fixed

- Sign message logic to handle fallback case

## [0.0.9] - 2023-07-11

## Added
Expand Down Expand Up @@ -97,6 +109,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Feature to get addresses and balances given PublicKey | seed | bip39 mnemonic.
- This change log file to highlight notable changes

[0.0.10]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.9...v0.0.10
[0.0.9]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.6...v0.0.7
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sadoprotocol/ordit-sdk",
"version": "0.0.9",
"version": "0.0.10",
"description": "SDK for simplified interaction with wallet APIs and inscription service",
"repository": "https://github.com/sadoprotocol/ordit-sdk",
"bugs": "https://github.com/sadoprotocol/ordit-sdk/issues",
Expand Down

0 comments on commit 9c26466

Please sign in to comment.