diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51efb9227..5511e6248 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,9 +11,22 @@ You can also check the
## Unreleased
+Nothing yet.
+
+### 6.3.0 - 2026-02-12
+
- Features
- Added a way to make table columns responsive
- Started OpenTelemetry instrumentation
+ - Added new LINDASnext endpoints
+- Maintenance
+ - Removed some services managed by Interactive Things (k6 cloud, Sentry,
+ Accent, Argos)
+ - Updated GitHub Actions -Use Node LTS in GitHub Action workflows
+ - Replaced status page link in loading error message
+- Security
+ - Precautionary fixed React Server Components vulnerabilities, although not
+ affected due to use of Pages Router
### 6.2.5 - 2025-12-02
diff --git a/app/components/hint.tsx b/app/components/hint.tsx
index e2366b07f..da1bcd1a6 100644
--- a/app/components/hint.tsx
+++ b/app/components/hint.tsx
@@ -221,10 +221,7 @@ export const LoadingDataError = ({ message }: { message?: string }) => {
The data could not be loaded.
-
+
{" "}
Check our status page for more information.