diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c289e49..65af7e3b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unversioned +## 2.5.5 + - Minor: Update emoji data to Unicode 17.0. (#6471) - Minor: Added a setting to disable sound device sleeping. This can help ensure highlight sounds play more reliably when using a wireless sound device. (#6859) - Bugfix: Make it possible to filter Watch Streak messages again. Previously, these messages were labeled `sub_messages`. This was fixed in #6571, but we didn't add a new filter to compensate. (#6741) diff --git a/resources/com.chatterino.chatterino.appdata.xml b/resources/com.chatterino.chatterino.appdata.xml index 4c3ca3947..0c303817a 100644 --- a/resources/com.chatterino.chatterino.appdata.xml +++ b/resources/com.chatterino.chatterino.appdata.xml @@ -34,6 +34,9 @@ chatterino + + https://github.com/Chatterino/chatterino2/releases/tag/v2.5.5 + https://github.com/Chatterino/chatterino2/releases/tag/v2.5.5-beta.1 diff --git a/src/common/Version.hpp b/src/common/Version.hpp index 947b19317..8ea224c3e 100644 --- a/src/common/Version.hpp +++ b/src/common/Version.hpp @@ -33,7 +33,7 @@ namespace chatterino { * - 2.4.0-alpha.2 * - 2.4.0-alpha **/ -inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.5-beta.1"); +inline const QString CHATTERINO_VERSION = QStringLiteral("2.5.5"); class Version {