diff --git a/CHANGELOG.md b/CHANGELOG.md
index b789eb0..4dafbfe 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.6.1] - 02.07.2024
+
### Added
- Handle dwebp re-coding errors
@@ -304,7 +306,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.6.0...next
+[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.6.1...next
+[1.6.1]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.6.0...1.6.1
[1.6.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.5...1.6.0
[1.5.5]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.4...1.5.5
[1.5.4]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.3...1.5.4
diff --git a/Cargo.lock b/Cargo.lock
index 7559655..8a1e35f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1476,7 +1476,7 @@ dependencies = [
[[package]]
name = "honkers-railway-launcher"
-version = "1.6.0"
+version = "1.6.1"
dependencies = [
"anime-launcher-sdk",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 8315818..a5bf654 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "honkers-railway-launcher"
-version = "1.6.0"
+version = "1.6.1"
description = "The Honkers Railway launcher"
authors = ["Nikita Podvirnyi "]
homepage = "https://github.com/an-anime-team/the-honkers-railway-launcher"