@@ -11,7 +11,7 @@ App(
fap_icon="icons/icon.png",
fap_icon_assets="icons",
fap_category="GPIO",
- fap_version=[2,0],
+ fap_version=[2,1],
fap_description="GAME BOY Emulator (POC).",
fap_author="Esteban Fuentealba",
fap_weburl="https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero/"
@@ -1,4 +1,7 @@
# Changelog - Patch Notes
+## Version 2.1
+Fix FuriHalRtc: new datetime lib.
+
## Version 2.0
Implement new serial API with new module expansion protocol.