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]