diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0a7d9..69f04df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [v0.1.0] - 2019-05-25 +### Fixed +- Improved stability over preview 2. + +## [v0.1.0-preview2] - 2019-03-10 +### Added +- Property inspector for selecting parameters instead of editing config files. ## [v0.1.0-preview1] - 2019-02-17 ### Added @@ -14,5 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Button for switching between headphones and speakers. -[Unreleased]: https://github.com/mdonoughe/sbz-switch/compare/v0.1.0-preview1...HEAD +[Unreleased]: https://github.com/mdonoughe/sbz-switch/compare/v0.1.0...HEAD +[v0.1.0]: https://github.com/mdonoughe/sbz-switch/compare/v0.1.0-preview2...v0.1.0 +[v0.1.0-preview2]: https://github.com/mdonoughe/sbz-switch/compare/v0.1.0-preview1...v0.1.0-preview2 [v0.1.0-preview1]: https://github.com/mdonoughe/sbz-switch/compare/v0.1.0-preview0...v0.1.0-preview1