Skip to content

Commit 76695b0

Browse files
committed
version ++
1 parent c8ba05e commit 76695b0

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.2.0] - 09.04.2026
44

55
- Update: Replaced @toolpad/core (not maintained) module with own components.
66
- Update: Golang and npm packages/security patches.

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.2.0] - 09.04.2026
6767

6868
- Update: Replaced @toolpad/core (not maintained) module with own components.
6969
- Update: Golang and npm packages/security patches.

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.1.4"
18+
version = "4.2.0"
1919

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

0 commit comments

Comments
 (0)