diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a1c834b..4b832e26 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]
+## [3.10.2] - 19.07.2024
+
### Added
- Added "Indonesia" wine language option
@@ -526,7 +528,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.1...next
+[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.2...next
+[3.10.2]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.1...3.10.2
[3.10.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.0...3.10.1
[3.10.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.9.6...3.10.0
[3.9.6]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.9.5...3.9.6
diff --git a/Cargo.lock b/Cargo.lock
index 44c568db..8a706a32 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,7 +82,7 @@ dependencies = [
[[package]]
name = "anime-game-launcher"
-version = "3.10.1"
+version = "3.10.2"
dependencies = [
"anime-launcher-sdk",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 8a30ab1e..eaebb67f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "anime-game-launcher"
-version = "3.10.1"
+version = "3.10.2"
description = "Anime Game launcher"
authors = ["Nikita Podvirnyy "]
homepage = "https://github.com/an-anime-team/an-anime-game-launcher"