1 parent c8ba05e commit 76695b0Copy full SHA for 76695b0
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [Unreleased]
+## [4.2.0] - 09.04.2026
4
5
- Update: Replaced @toolpad/core (not maintained) module with own components.
6
- Update: Golang and npm packages/security patches.
README.md
@@ -63,7 +63,7 @@ The application will automatically create a local SQLite database on the first s
63
64
65
66
67
68
69
app/main.go
@@ -15,7 +15,7 @@ import (
15
)
16
17
const (
18
- version = "4.1.4"
+ version = "4.2.0"
19
20
infoLogPrefix = "INFO\t"
21
errorLogPrefix = "ERROR\t"
0 commit comments