From af0802c11bb459d6ff3c524d85165be4977036ec Mon Sep 17 00:00:00 2001 From: trickybestia Date: Tue, 11 Oct 2022 19:54:20 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Bump=20version?= 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 61bffac..3abb1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.1.2 (2022-10-11) + +* Fix bug with config processes not being closed after config file update. + ## v3.1.1 (2022-08-23) * Fix shell config template. diff --git a/Cargo.toml b/Cargo.toml index 8cd83c0..c5dda49 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.1" +version = "3.1.2" edition = "2021" [profile.release]