diff --git a/CHANGELOG.md b/CHANGELOG.md index fab08bd..44c7190 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.9.0] - 09.10.2024 + ### Removed - Removed Discord RPC support @@ -371,7 +373,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.8.2...next +[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.9.0...next +[1.9.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.8.2...1.9.0 [1.8.2]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.8.1...1.8.2 [1.8.1]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.8.0...1.8.1 [1.8.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.7.1...1.8.0 diff --git a/Cargo.lock b/Cargo.lock index 87d15de..80eb384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1461,7 +1461,7 @@ dependencies = [ [[package]] name = "honkers-railway-launcher" -version = "1.8.2" +version = "1.9.0" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5785bd6..0c8298f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "honkers-railway-launcher" -version = "1.8.2" +version = "1.9.0" description = "The Honkers Railway launcher" authors = ["Nikita Podvirnyi "] homepage = "https://github.com/an-anime-team/the-honkers-railway-launcher"