Skip to content

Commit

Permalink
Merge pull request #504 from LedgerHQ/fix/apa/python_client_changelog
Browse files Browse the repository at this point in the history
Python client changelog
  • Loading branch information
apaillier-ledger authored Dec 1, 2023
2 parents 6696fda + 774efda commit fe25c8d
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,31 @@ 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.1.0] - 2023-30-10
## [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-10-30

### Added

- Update the ragger app client to support "set external plugin" APDU

## [0.0.1] - 2023-08-07
## [0.0.1] - 2023-07-08

### Added

Expand Down

0 comments on commit fe25c8d

Please sign in to comment.