diff --git a/CHANGELOG.md b/CHANGELOG.md index 7914f9d..604300c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.1.0] - 2019-02-17 ### Added - There is now a `watch_with_volume` method on the API which allows API users to observe both changes to SoundBlaster settings and changes to the Windows volume settings at the same time without needing to run two threads. @@ -46,7 +47,8 @@ This release unfortunately renames the `-f` command line parameter to `-i` to al ### Added - Command to switch speaker configuration and adjust volume. -[Unreleased]: https://github.com/mdonoughe/sbz-switch/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/mdonoughe/sbz-switch/compare/v3.1.0...HEAD +[3.0.0]: https://github.com/mdonoughe/sbz-switch/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/mdonoughe/sbz-switch/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/mdonoughe/sbz-switch/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/mdonoughe/sbz-switch/compare/v1.0.0...v1.1.0 diff --git a/Cargo.toml b/Cargo.toml index e061eb6..301b504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sbz-switch" -version = "3.0.0" +version = "3.1.0" authors = ["Matthew Donoughe "] description = "Utility for changing Sound Blaster parameters on Windows" repository = "https://github.com/mdonoughe/sbz-switch/"