Skip to content

Commit 49872e1

Browse files
committed
version++
1 parent 8c8f2f7 commit 49872e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [4.6.0] - 26.06.2026
44

55
- Update: Golang and npm packages/security patches.
66
- New: Added support for tracking previous flight experience on the Settings page. Entered flight experience is automatically included in Logbook totals, Dashboard statistics, and PDF exports.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The application will automatically create a local SQLite database on the first s
6363

6464
# Changelog
6565

66-
## [Unreleased]
66+
## [4.6.0] - 26.06.2026
6767

6868
- Update: Golang and npm packages/security patches.
6969
- New: Added support for tracking previous flight experience on the Settings page. Entered flight experience is automatically included in Logbook totals, Dashboard statistics, and PDF exports.

app/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
version = "4.5.1"
18+
version = "4.6.0"
1919

2020
infoLogPrefix = "INFO\t"
2121
errorLogPrefix = "ERROR\t"

0 commit comments

Comments
 (0)