Skip to content

Commit 8ff393b

Browse files
authored
Update changelog and bump version (#114)
1 parent 808e36d commit 8ff393b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.catalog/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.12
2+
- Add support for non-secure Picopass
3+
- Change `Read` to use all dictionaries
4+
- Improve saving of cards authenticated with NR-MAC
15
## 1.11
26
- Update working with keys with new API
37
- Display more tag information

application.fam

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ App(
1010
],
1111
stack_size=4 * 1024,
1212
fap_description="App to communicate with NFC tags using the PicoPass(iClass) format",
13-
fap_version="1.11",
13+
fap_version="1.12",
1414
fap_icon="125_10px.png",
1515
fap_category="NFC",
1616
fap_libs=["mbedtls"],

0 commit comments

Comments
 (0)