diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c51de23e59b686873a898f9bd88b578467145b..ad5070613fb1e0e9587773f2963b58616e5b5346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for enabling and disabling audio channels +* ### Changed @@ -17,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +* + +## [0.9.1] - 2023-05-18 + +### Added + +* Support for enabling and disabling audio channels + +### Fixed + * Issue with CH2 envelope initialization ## [0.9.0] - 2023-05-18 diff --git a/Cargo.toml b/Cargo.toml index 0fbae8b708bb43cbe83c586fc8651089a02e176c..ce0f96f0c567e1dfd0f12595174ac4e07a1948fd 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.9.0" +version = "0.9.1" 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 4962265d7a6832c3f575052b5dce2afe44fc882a..a6d25be6ad712a847c1ee6efb135956577088a53 100644 --- a/frontends/sdl/Cargo.toml +++ b/frontends/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.9.0" +version = "0.9.1" 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 7df51140f0ae3e69b2784fe0e3784ade6b563fca..99922555d4c0d8808479288f3f8baedef1377bea 100644 --- a/frontends/web/package.json +++ b/frontends/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.9.0", + "version": "0.9.1", "description": "The web version of Boytacean", "repository": { "type": "git",