Skip to content

Commit

Permalink
Bumped LNS+ SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Dec 7, 2023
1 parent baca00a commit 1c2505e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.10.2] - 2023-12-07

### Changed
- Bump LNS+ SDK version

## [3.10.1] - 2023-12-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN echo nanox > $NANOX_SDK/.target

# Latest Nano S+ SDK (OS nanos+_1.1.0 => based on API_LEVEL 1)
ENV NANOSP_SDK=/opt/nanosplus-secure-sdk
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOSP_SDK" v1.10.0
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOSP_SDK" v1.10.1
RUN echo nanos2 > $NANOSP_SDK/.target

# Latest Stax SDK (OS stax_1.4.0-rc1 => based on API_LEVEL 14)
Expand Down

0 comments on commit 1c2505e

Please sign in to comment.