From 4b94a89f9dfd19175a477bc2e563be4bd1530655 Mon Sep 17 00:00:00 2001 From: daoleno Date: Wed, 18 Sep 2024 10:28:54 +0800 Subject: [PATCH] doc: update changelog --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 731bd6b..84d88a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0] - 2024-09-18 + +### Added + +- Transaction Pool: View and manage pending transactions in the node's transaction pool +- Hex Converter: Convert between hex strings and numbers +- Key Converter: Convert mnemonics or private keys to addresses + +### Fixed + +- Fixed RPC client not using the pasted request + + ## [0.1.1] - 2024-08-31 ### Fixed @@ -26,4 +39,5 @@ [0.1.0]: https://github.com/raardev/raar/releases/tag/0.1.0 -[0.1.1]: https://github.com/raardev/raar/releases/tag/0.1.1 \ No newline at end of file +[0.1.1]: https://github.com/raardev/raar/releases/tag/0.1.1 +[0.2.0]: https://github.com/raardev/raar/releases/tag/0.2.0