Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Dec 11, 2023
1 parent 7c2397e commit a66142b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +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).

## [3.9.3] - 2023-12-06
## [3.9.3] - 2023-12-11

### Added
- Add ledgerctl to full image so that we can use cargo ledger sideload and apdu dump features.
- Add ledgerctl to full and legacy images so that we can use cargo ledger sideload and apdu dump features.
- Lock installed version of cargo-ledger in full and legacy images.
- Bump Stax SDK version in lite image.

## [3.9.2] - 2023-11-30

Expand Down
2 changes: 1 addition & 1 deletion lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN echo nanos2 > $NANOSP_SDK/.target

# Latest Stax SDK (OS stax_1.3.0 => based on API_LEVEL 13)
ENV STAX_SDK=/opt/stax-secure-sdk
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v14.1.0
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v14.1.1
RUN echo stax > $STAX_SDK/.target

# Default SDK
Expand Down

0 comments on commit a66142b

Please sign in to comment.