diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f4492f8a05bd96aca4e223c7186b1d553f13263..bbd413bd25cd05c1cf2fa32fc07accb1cad51080 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
+*
+
+## [0.6.11] - 2023-02-21
+
+### Fixed
+
 * Unused code issue
 
 ## [0.6.10] - 2023-02-21
diff --git a/Cargo.toml b/Cargo.toml
index 58e4ab5758902cd6571489c2d2438a27e0fa8713..b766a0e50bd5ae83d6d608f4de0af56abc086e2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "boytacean"
 description = "A Game Boy emulator that is written in Rust."
-version = "0.6.10"
+version = "0.6.11"
 authors = ["João Magalhães <joamag@gmail.com>"]
 license = "Apache-2.0"
 repository = "https://github.com/joamag/boytacean"
diff --git a/frontends/sdl/Cargo.toml b/frontends/sdl/Cargo.toml
index b2619df689bd970de583d9b7cbf708efd5fa388f..726a3440678141a8983897b0fa18579862593c94 100644
--- a/frontends/sdl/Cargo.toml
+++ b/frontends/sdl/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "boytacean-sdl"
-version = "0.6.10"
+version = "0.6.11"
 authors = ["João Magalhães <joamag@gmail.com>"]
 description = "An SDL frontend for Boytacen"
 license = "Apache-2.0"
diff --git a/frontends/web/package.json b/frontends/web/package.json
index 052f043fbd50f6fe1cf8b62dd5ff85c5eba08367..41177a8dd78d8fd44dac82c9bfa94f450e6f822e 100644
--- a/frontends/web/package.json
+++ b/frontends/web/package.json
@@ -1,6 +1,6 @@
 {
     "name": "boytacean-web",
-    "version": "0.6.10",
+    "version": "0.6.11",
     "description": "The web version of Boytacean",
     "repository": {
         "type": "git",