diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8dc5336..73f6596c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ ## Unversioned -- Bugfix: Fixed rendering of moderator announcements. (#3639) - ## 2.3.5 - Major: Added highlights for first messages (#3267) @@ -65,6 +63,7 @@ - Minor: Added librewolf, icecat, and waterfox incognito support. (#3588) - Minor: Updated to Emoji v14.0 (#3612) - Minor: Add support for locking tab arrangement (#3627) +- Bugfix: Fixed rendering of moderator announcements. (#3639) - Bugfix: Fix Split Input hotkeys not being available when input is hidden (#3362) - Bugfix: Fixed colored usernames sometimes not working. (#3170) - Bugfix: Restored ability to send duplicate `/me` messages. (#3166) diff --git a/resources/com.chatterino.chatterino.appdata.xml b/resources/com.chatterino.chatterino.appdata.xml index 23747ab17..9641a0843 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 da0791f64..006b0ac5a 100644 --- a/src/common/Version.hpp +++ b/src/common/Version.hpp @@ -3,7 +3,7 @@ #include #include -#define CHATTERINO_VERSION "2.3.5-beta1" +#define CHATTERINO_VERSION "2.3.5" #if defined(Q_OS_WIN) # define CHATTERINO_OS "win"