From 4b4e89a4dfdb212fabe642e795d7ea342966ac7c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Mon, 13 Feb 2023 17:02:49 +0000
Subject: [PATCH] version: 0.6.7

---
 CHANGELOG.md               | 8 +++++++-
 Cargo.toml                 | 2 +-
 frontends/sdl/Cargo.toml   | 2 +-
 frontends/web/package.json | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff03d8a5..2f35b627 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,12 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed
 
-* Bumped base emukit version
+*
 
 ### Fixed
 
 *
 
+## [0.6.7] - 2023-02-13
+
+### Changed
+
+* Bumped base emukit version
+
 ## [0.6.6] - 2022-12-04
 
 ### Added
diff --git a/Cargo.toml b/Cargo.toml
index 10bbd09c..d40bb1e7 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.6"
+version = "0.6.7"
 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 550ba6bc..1f4d5210 100644
--- a/frontends/sdl/Cargo.toml
+++ b/frontends/sdl/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "boytacean-sdl"
-version = "0.6.6"
+version = "0.6.7"
 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 4eeadaf5..ab5e9a5a 100644
--- a/frontends/web/package.json
+++ b/frontends/web/package.json
@@ -1,6 +1,6 @@
 {
     "name": "boytacean-web",
-    "version": "0.6.6",
+    "version": "0.6.7",
     "description": "The web version of Boytacean",
     "repository": {
         "type": "git",
-- 
GitLab