From e28bffe64034e428452b4ecdf028b6978a79911b Mon Sep 17 00:00:00 2001 From: Michael Burri Date: Tue, 6 Feb 2018 23:20:03 +0100 Subject: [PATCH] Update Changelog for v1.1.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba32d36..d23ea22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## [1.1.1] - 2017-02-06 +### Fixed +- Disabled console output unless debug is enabled or state has changed #6 + ## [1.1.0] - 2017-01-31 ### Added - Support for continuous polling of play state @@ -13,4 +17,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial Release [Unreleased]: https://github.com/mpbzh/homebridge-plex/compare/v1.1.0...HEAD +[1.1.1]: https://github.com/mpbzh/homebridge-plex/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/mpbzh/homebridge-plex/compare/v1.0.0...v1.1.0