diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b48de..9c8724f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.3.1] Documentation enhancements + +### Changed + +- Updated the `README` as well as the documentation website + ## [0.3.0] Icons and Chore ### Added diff --git a/custom_components/samsung_soundbar/manifest.json b/custom_components/samsung_soundbar/manifest.json index df644b0..b3363ff 100644 --- a/custom_components/samsung_soundbar/manifest.json +++ b/custom_components/samsung_soundbar/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues", "requirements": ["pysmartthings"], - "version": "0.3.0" + "version": "0.3.1" }