Skip to content

Commit

Permalink
chore(release): 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
as-iotex committed Sep 10, 2022
1 parent fcc5d5f commit 9e0a7b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.11](https://github.com/iotexproject/arduino-sdk/compare/v0.2.9...v0.2.11) (2022-09-10)


### Features

* **account:** add getters that return IotexString ([9d4b8ce](https://github.com/iotexproject/arduino-sdk/commit/9d4b8ce27b0f07fdbe7a66d8efdbd7c5e72b1f8b))
* **account:** pk encryption ([9994066](https://github.com/iotexproject/arduino-sdk/commit/9994066f5991861298308b91c4d4b98c531dd9bc))
* **storage:** deletePrivateKey ([e4a8933](https://github.com/iotexproject/arduino-sdk/commit/e4a89333df2fe53418a7f2cdefe66845dba20263))


### Bug Fixes

* hw wallet example ([9c5923c](https://github.com/iotexproject/arduino-sdk/commit/9c5923c692624dca7f402dffce4ce7ffe3a9948a))

### [0.2.9](https://github.com/iotexproject/arduino-sdk/compare/v0.2.8...v0.2.9) (2022-08-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iotex-cpp-blockchain-client",
"version": "0.2.9",
"version": "0.2.11",
"description": "A simple C++ API client implementation in for the IoTeX Blockchain",
"main": "",
"directories": {
Expand Down

0 comments on commit 9e0a7b0

Please sign in to comment.