diff --git a/CHANGELOG.md b/CHANGELOG.md index c53732a..74c8f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1] - 15.06.2023 + ### Added - Added Discord RPC icon selection diff --git a/Cargo.lock b/Cargo.lock index 7098c31..9b8ee4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,7 +1401,7 @@ dependencies = [ [[package]] name = "honkers-railway-launcher" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index f327f64..3a1aaa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "honkers-railway-launcher" -version = "1.2.0" +version = "1.2.1" description = "The Honkers Railway launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"