diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index e2931c77..641bcc34 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.0.9] - 2023-07-11 + +## Added + +- Add instant buy support to Ordit SDK +- Improved wallet API + +## Fixed + +- No Sighash support in signer +- Signing of all inputs +- Derivation of addresses from bip39 and seed properly + ## [0.0.8] - 2023-07-04 ## Added @@ -84,6 +97,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.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 [0.0.6]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.5...v0.0.6 diff --git a/packages/sdk/package.json b/packages/sdk/package.json index ac825937..75ee7f8b 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@sadoprotocol/ordit-sdk", - "version": "0.0.8", + "version": "0.0.9", "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",