diff --git a/CHANGELOG.md b/CHANGELOG.md
index 913906d133d00c6ac97f57340df9ddb54ba9f37a..52197e43c03f06c180e5ca2f66e5f2a099b1c5a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,10 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
-* Support for true fullscreen at a browser level
-* Support for more flexible palette colors
-* Support for setting palette colors using WASM
-* Local storage usage for saving battery backed RAM
+*
 
 ### Changed
 
@@ -22,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 *
 
+## [0.5.0] - 2022-11-14
+
+### Added
+
+* Support for true fullscreen at a browser level
+* Support for more flexible palette colors
+* Support for setting palette colors using WASM
+* Local storage usage for saving battery backed RAM
+
 ## [0.4.5] - 2022-11-12
 
 ### Fixed
diff --git a/Cargo.toml b/Cargo.toml
index d40fadba5085f88bcca1155df1e6e3772ffc4922..3f93ac4954186b1554309160175dad86d59ed273 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.4.5"
+version = "0.5.0"
 authors = ["João Magalhães <joamag@gmail.com>"]
 license = "Apache-2.0"
 repository = "https://gitlab.stage.hive.pt/joamag/boytacean"
diff --git a/examples/sdl/Cargo.toml b/examples/sdl/Cargo.toml
index 9a847847b52a7346a0401945ddbf2f5dd072cf67..03667960fc29c745d78f6a6c5b1b9742ca5f3ba7 100644
--- a/examples/sdl/Cargo.toml
+++ b/examples/sdl/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "boytacean-sdl"
-version = "0.4.5"
+version = "0.5.0"
 authors = ["João Magalhães <joamag@gmail.com>"]
 description = "Game Boy Emulator SDL (Desktop) Application"
 license = "Apache-2.0"
diff --git a/examples/web/package.json b/examples/web/package.json
index 3a09bb8461a5093501387191e63cc9bcd12b975b..444c031ede628c7c2ce1d341730e5be3284d19c7 100644
--- a/examples/web/package.json
+++ b/examples/web/package.json
@@ -1,6 +1,6 @@
 {
     "name": "boytacean-web",
-    "version": "0.4.5",
+    "version": "0.5.0",
     "description": "The web version of Boytacean",
     "repository": {
         "type": "git",