Skip to content

Commit c5d1b5e

Browse files
committed
Update Changelog
1 parent 06b91a0 commit c5d1b5e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## v0.0.5 (2023-06-18)
44

5+
**Fix firmware 0.88 issues**
6+
7+
## v0.0.5 (2023-06-18)
8+
59
**Closed issues:**
610

711
- Error on firmware 0.77.1

application.fam

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ App(
66
stack_size=10 * 1024,
77
fap_category="GPIO",
88
fap_icon="icon.png",
9-
fap_version="0.7",
9+
fap_version="0.8",
1010
sources=["*.c", "*.cc"],
1111
)

0 commit comments

Comments
 (0)