diff --git a/CHANGELOG.md b/CHANGELOG.md
index 836fbc8..aae3e54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [Frontend 0.9.3] - 2026-08-20
+
+### Fixed
+
+- Aligned sidebar versions and copyright as separate footer lines and updated the copyright period.
+
## [Backend 0.6.8] - 2026-08-20
### Fixed
diff --git a/frontend/package.json b/frontend/package.json
index 8f8488a..3179a24 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "@family-budget/frontend",
- "version": "0.9.2",
+ "version": "0.9.3",
"private": true,
"type": "module",
"scripts": {
diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx
index 3bf9e4c..8cd5d6c 100644
--- a/frontend/src/components/Layout.tsx
+++ b/frontend/src/components/Layout.tsx
@@ -104,7 +104,7 @@ export function Layout({ children }: { children: ReactNode }) {
FE {__FE_VERSION__} · BE {beVersion ?? '…'}
- © 2025 Семейный бюджет
+ © 2025–2026 Семейный бюджет
diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css
index 6bbe136..d6b25de 100644
--- a/frontend/src/styles/index.css
+++ b/frontend/src/styles/index.css
@@ -242,6 +242,12 @@ button {
gap: 10px;
}
+.sidebar__meta {
+ flex-direction: column;
+ align-items: flex-start;
+ gap: 4px;
+}
+
.sidebar__user {
min-width: 0;
overflow: hidden;