From 8ff393b3afa4d2957c8eb0a3ec0e7855b552f319 Mon Sep 17 00:00:00 2001 From: Eric Betts Date: Tue, 23 Jan 2024 18:36:47 -0800 Subject: [PATCH] Update changelog and bump version (#114) --- .catalog/changelog.md | 4 ++++ application.fam | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.catalog/changelog.md b/.catalog/changelog.md index 8482c04d201..471306ec74c 100644 --- a/.catalog/changelog.md +++ b/.catalog/changelog.md @@ -1,3 +1,7 @@ +## 1.12 + - Add support for non-secure Picopass + - Change `Read` to use all dictionaries + - Improve saving of cards authenticated with NR-MAC ## 1.11 - Update working with keys with new API - Display more tag information diff --git a/application.fam b/application.fam index f6d0b97bb4a..e8fff65befa 100644 --- a/application.fam +++ b/application.fam @@ -10,7 +10,7 @@ App( ], stack_size=4 * 1024, fap_description="App to communicate with NFC tags using the PicoPass(iClass) format", - fap_version="1.11", + fap_version="1.12", fap_icon="125_10px.png", fap_category="NFC", fap_libs=["mbedtls"],