Updated the client changelog

This commit is contained in:
Alexandre Paillier
2023-12-01 17:24:31 +01:00
parent 6696fdab34
commit 5a488f1d0a

View File

@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.0] - 2023-12-01
### Added
- New generic `sign` function that uses the Web3.py library
### Removed
- `sign_legacy` & `sign_1559` functions
### Fixed
- Now uses the proper signing key for the `SET_EXTERNAL_PLUGIN` APDU
### Changed
- `get_public_addr` now returns address as `bytes` instead of `str`
## [0.1.0] - 2023-30-10
### Added