From b554087cfca0cfbfcea916fb6511f185448b286f Mon Sep 17 00:00:00 2001 From: Ilya Artemov Date: Thu, 2 Jan 2025 17:41:28 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ Makefile | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5843b37..9c78e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 2.0.1 - 2025-01-02 + +- Update to Ledger SDK API_LEVEL_22, deprecated API replacement + ## 2.0.0 - 2024-05-01 - Support of Flex device diff --git a/Makefile b/Makefile index 5d01240..61ac071 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #******************************************************************************* # Ledger App Monero -# (c) 2023 Ledger SAS. -# +# (c) 2023-2025 Ledger SAS. +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -29,7 +29,7 @@ APPNAME = "Monero" # Application version APPVERSION_M = 2 APPVERSION_N = 0 -APPVERSION_P = 0 +APPVERSION_P = 1 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" SPECVERSION = "1.0"