From 535fad74873f823f7e2685be2ef6cf18e520c628 Mon Sep 17 00:00:00 2001 From: trickybestia Date: Tue, 21 Feb 2023 10:12:47 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Bump=20version=20and=20add=20cha?= =?UTF-8?q?ngelog=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 363aadc..220b2f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.2.0 (2023-02-21) + +* Add support for showing party size. + ## 3.1.3 (2022-11-21) * Add `Discord (linux-discord-rich-presence) (minimized)` desktop entry. diff --git a/Cargo.toml b/Cargo.toml index 8880e84..841966d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "linux-discord-rich-presence" description = "Customizable Discord Rich Presence client for Linux" authors = ["trickybestia "] -version = "3.1.3" +version = "3.2.0" edition = "2021" [profile.release]