diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba37afa9..f0e99767 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [2.7.4] - 2024-12-06
### Fixed
- Tray icon disappearing in some X11 environments
- Wrong translation being loaded on Windows
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 95489fb8..ba854e41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ if (APPLE)
list(APPEND languages OBJCXX)
endif ()
-project(tremotesf VERSION 2.7.3 LANGUAGES ${languages})
+project(tremotesf VERSION 2.7.4 LANGUAGES ${languages})
option(TREMOTESF_QT6 "Build with Qt 6" ON)
option(TREMOTESF_ASAN "Build with AddressSanitizer" OFF)
diff --git a/data/org.equeim.Tremotesf.appdata.xml.in b/data/org.equeim.Tremotesf.appdata.xml.in
index bb756440..5250e8d4 100644
--- a/data/org.equeim.Tremotesf.appdata.xml.in
+++ b/data/org.equeim.Tremotesf.appdata.xml.in
@@ -54,6 +54,15 @@ SPDX-License-Identifier: CC0-1.0
Alexey Rochev
+
+
+ Fixed
+
+ - Tray icon disappearing in some X11 environments
+ - Wrong translation being loaded on Windows
+
+
+
Fixed
diff --git a/packaging/rpm/tremotesf.spec b/packaging/rpm/tremotesf.spec
index 19ed32d0..35012caa 100644
--- a/packaging/rpm/tremotesf.spec
+++ b/packaging/rpm/tremotesf.spec
@@ -13,7 +13,7 @@
%endif
Name: tremotesf
-Version: 2.7.3
+Version: 2.7.4
Release: 1%{!?suse_version:%{?dist}}
Summary: Remote GUI for transmission-daemon
%if %{defined suse_version}
@@ -117,6 +117,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{app_id}.desktop
%{_metainfodir}/%{app_id}.appdata.xml
%changelog
+* Fri Dec 06 2024 Alexey Rochev - 2.7.4-1
+- tremotesf-2.7.4
+
* Wed Nov 20 2024 Alexey Rochev - 2.7.3-1
- tremotesf-2.7.3