diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 9cdc9ea..e45b417 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -5,6 +5,12 @@ 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 + +### Added + +- Update the ragger app client to support "set external plugin" APDU + ## [0.0.1] - 2023-08-07 ### Added diff --git a/client/src/ledger_app_clients/ethereum/__init__.py b/client/src/ledger_app_clients/ethereum/__init__.py index f102a9c..3dc1f76 100644 --- a/client/src/ledger_app_clients/ethereum/__init__.py +++ b/client/src/ledger_app_clients/ethereum/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.1.0"