Skip to content

Commit

Permalink
Prepare release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Mar 27, 2022
1 parent 72fd311 commit ed054c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.3.0 / 2022-03-27
==================

* Add `getTransactions` method to the wallet api.
* Add `getTransaction` method to the wallet api.
* Add `getNextAddress` method to the wallet api.
* Add `getLoggedInFingerprint` method to the wallet api.
* Add `pushTx` method to the wallet api.

3.2.0 / 2022-03-18
==================

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": "chia-api",
"version": "3.2.0",
"version": "3.3.0",
"repository": "https://github.com/foxypool/chia-api.git",
"bugs": "https://github.com/foxypool/chia-api/issues",
"license": "GPL-3.0",
Expand Down

0 comments on commit ed054c7

Please sign in to comment.