diff --git a/Packages/com.thenathannator.plasticband/CHANGELOG.md b/Packages/com.thenathannator.plasticband/CHANGELOG.md index ddfcfca..b4db759 100644 --- a/Packages/com.thenathannator.plasticband/CHANGELOG.md +++ b/Packages/com.thenathannator.plasticband/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Dates are relative to UTC. +## [0.4.5] - 05/01/2023 + +### Added + +- The Guitar Praise guitar is now supported. This is the first guitar to be neither a `GuitarHeroGuitar` nor a `RockBandGuitar`, it is simply a `FiveFretGuitar`. + +### Fixed + +- Fixed the `SetMultiplier` method on `ISantrollerHaptics` using the wrong command ID when sending the command to the device. + ## [0.4.4] - 22/12/2023 ### Fixed diff --git a/Packages/com.thenathannator.plasticband/package.json b/Packages/com.thenathannator.plasticband/package.json index 1ac06ef..7ec68f3 100644 --- a/Packages/com.thenathannator.plasticband/package.json +++ b/Packages/com.thenathannator.plasticband/package.json @@ -1,6 +1,6 @@ { "name": "com.thenathannator.plasticband", - "version": "0.4.4", + "version": "0.4.5", "displayName": "PlasticBand", "description": "An add-on for the Unity InputSystem package that adds special bindings for Rock Band and Guitar Hero peripherals, such as guitars and drums.", "unity": "2019.4",