diff --git a/CHANGELOG.md b/CHANGELOG.md
index 734ab245..2e54586e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Unversioned
+## 2.3.5
+
- Major: Added highlights for first messages (#3267)
- Major: Added customizable shortcuts. (#2340, #3633)
- Minor: Make animated emote playback speed match browser (Firefox and Chrome) behaviour. (#3506)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9d4d2498..d5aa6920 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH
"${CMAKE_SOURCE_DIR}/cmake/sanitizers-cmake/cmake"
)
-project(chatterino VERSION 2.3.4)
+project(chatterino VERSION 2.3.5-beta)
option(BUILD_APP "Build Chatterino" ON)
option(BUILD_TESTS "Build the tests for Chatterino" OFF)
diff --git a/resources/com.chatterino.chatterino.appdata.xml b/resources/com.chatterino.chatterino.appdata.xml
index 5c8314f0..fc359563 100644
--- a/resources/com.chatterino.chatterino.appdata.xml
+++ b/resources/com.chatterino.chatterino.appdata.xml
@@ -32,6 +32,6 @@
chatterino
-
+
diff --git a/src/common/Version.hpp b/src/common/Version.hpp
index 96736335..1cfbe05e 100644
--- a/src/common/Version.hpp
+++ b/src/common/Version.hpp
@@ -3,7 +3,7 @@
#include
#include
-#define CHATTERINO_VERSION "2.3.4"
+#define CHATTERINO_VERSION "2.3.5-beta"
#if defined(Q_OS_WIN)
# define CHATTERINO_OS "win"