From 78e9f3e344fa81c7f2cfff39b321c29b65d22651 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 19 Jul 2023 16:46:48 +0200 Subject: [PATCH] 1.2.5 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aab0f81..2beb808 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.5] - 19.07.2023 + ### Fixed - Added a workaround to remove outdated `Telemetry.dll` file which fixes login error 400 in game login screen @@ -140,7 +142,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.2.4...next +[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.5...next +[1.2.5]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.4...1.2.5 [1.2.4]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.3...1.2.4 [1.2.3]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.2...1.2.3 [1.2.2]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.1...1.2.2 diff --git a/Cargo.lock b/Cargo.lock index 1ff6682..5a55a2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1407,7 +1407,7 @@ dependencies = [ [[package]] name = "honkers-railway-launcher" -version = "1.2.4" +version = "1.2.5" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2606167..12b83c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "honkers-railway-launcher" -version = "1.2.4" +version = "1.2.5" description = "The Honkers Railway launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"