Skip to content

Commit

Permalink
Prepare for 0.2.0 release (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack authored Mar 8, 2021
1 parent db35b3a commit 80830f7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# `0.2.0`

- Use explicit `FEE` operations in `/construction/payloads` requests to
represent the fee. Breaking change. (#10)
- Add new variant of transfer functions which consumes private key only in an
isolated environment. (#9)

# `0.1.0`

- DER-encode the public key when deriving principal ids. Derived account
addresses are different given the same keys, thus a breaking change. (#3)
- Support specifying seed in `key_new()`. (#5)
- Internal: offline /construction/combine. (#8)
- Internal: remove legacy default fee. (#7)
- Internal: add integration test. (#4)
- Internal: support syncing all blocks & dumping the balance book. (#2)

# `0.0.1`

- Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/rosetta-client",
"version": "0.1.0",
"version": "0.2.0",
"main": "./index.js",
"type": "commonjs",
"license": "Apache-2.0",
Expand Down

0 comments on commit 80830f7

Please sign in to comment.