From d0eff56eb1b29d49289bc2a188b4aa0769e46d12 Mon Sep 17 00:00:00 2001 From: Matthew Donoughe Date: Sat, 25 May 2019 21:06:48 -0400 Subject: [PATCH] release 0.1.0 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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