diff --git a/CHANGELOG.md b/CHANGELOG.md
index abd0c35..b0ab51b 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.10.0] - 28.11.2024
+
### Added
- Added support for new API format for non-CN game editions
@@ -328,7 +330,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-[unreleased]: https://github.com/an-anime-team/honkers-launcher/compare/1.9.0...next
+[unreleased]: https://github.com/an-anime-team/honkers-launcher/compare/1.10.0...next
+[1.10.0]: https://github.com/an-anime-team/honkers-launcher/compare/1.9.0...1.10.0
[1.9.0]: https://github.com/an-anime-team/honkers-launcher/compare/1.8.1...1.9.0
[1.8.1]: https://github.com/an-anime-team/honkers-launcher/compare/1.8.0...1.8.1
[1.8.0]: https://github.com/an-anime-team/honkers-launcher/compare/1.7.1...1.8.0
diff --git a/Cargo.lock b/Cargo.lock
index cd07460..7eab292 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1461,7 +1461,7 @@ dependencies = [
[[package]]
name = "honkers-launcher"
-version = "1.9.0"
+version = "1.10.0"
dependencies = [
"anime-launcher-sdk",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index f4147bb..336ddfb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "honkers-launcher"
-version = "1.9.0"
+version = "1.10.0"
description = "Honkers launcher"
authors = ["Nikita Podvirnyi "]
homepage = "https://github.com/an-anime-team/honkers-launcher"