diff --git a/CHANGELOG.md b/CHANGELOG.md index ae637e1..08b9d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.1.0](https://github.com/DASPRiD/vrc-osc-manager/compare/v1.0.0...v1.1.0) (2023-06-04) + + +### Bug Fixes + +* **tray:** perform clean shutdown on exit ([df5bbbc](https://github.com/DASPRiD/vrc-osc-manager/commit/df5bbbc3669fa79149b4b2c3dff02ca3e45e0a4f)) + + +### Features + +* **pishock:** add dynamic intensity cap ([700a70a](https://github.com/DASPRiD/vrc-osc-manager/commit/700a70a160c55059b241f72948c3fc8112ea362a)) + # 1.0.0 (2023-05-21) diff --git a/Cargo.toml b/Cargo.toml index b5904a0..6884eca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vrc-osc-manager" description = "OSC client for managing VRChat accessories" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Ben Scholzen (DASPRiD) "] readme = "README.md"