From 5d3c57cbddfe2222eef0c1be1ce8b51475583daf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Mon, 11 Jul 2022 00:26:56 +0100
Subject: [PATCH] version: 0.3.0

---
 CHANGELOG.md              | 14 ++++++++++++--
 Cargo.toml                |  2 +-
 examples/sdl/Cargo.toml   |  2 +-
 examples/web/package.json |  2 +-
 4 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f991c882..1b80972d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
-* Support for 8x16 sprites
-* Support for MBC5, think Pokemon Yellow
+*
 
 ### Changed
 
@@ -18,6 +17,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
+*
+
+## [0.3.0] - 2022-07-11
+
+### Added
+
+* Support for 8x16 sprites
+* Support for MBC5, think Pokemon Yellow
+
+### Fixed
+
 * Issue with MBC1 and Advanced ROM Banking Mode
 * Issue related to LDC power of and return mode
 
diff --git a/Cargo.toml b/Cargo.toml
index b538005f..9523dbb9 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.2.0"
+version = "0.3.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 148fddb1..97b7e3ea 100644
--- a/examples/sdl/Cargo.toml
+++ b/examples/sdl/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "boytacean-sdl"
-version = "0.2.0"
+version = "0.3.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 24370628..3b25a29a 100644
--- a/examples/web/package.json
+++ b/examples/web/package.json
@@ -1,6 +1,6 @@
 {
     "name": "boytacean-web",
-    "version": "0.2.0",
+    "version": "0.3.0",
     "description": "The web version of Boytacean",
     "repository": {
         "type": "git",
-- 
GitLab