diff --git a/CHANGELOG.md b/CHANGELOG.md index 278771c6..fd842769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unversioned +## 2.3.2 + - Major: New split for channels going live! /live. (#1797) - Minor: Added a message that displays a new date on new day. (#1016) - Minor: Hosting messages are now clickable. (#2655) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ab4faef..73a28b18 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.1) +project(chatterino VERSION 2.3.2) 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 6d5c53ee..9300ab32 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 018f9ec4..b1100fd3 100644 --- a/src/common/Version.hpp +++ b/src/common/Version.hpp @@ -3,7 +3,7 @@ #include #include -#define CHATTERINO_VERSION "2.3.1" +#define CHATTERINO_VERSION "2.3.2" #if defined(Q_OS_WIN) # define CHATTERINO_OS "win"