diff --git a/changelog.md b/changelog.md index e0f6a7bee..ccc08bfae 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +* mkchromecast (0.2.1) **released**: 2016/05/02 + + - Method for monitoring `ffmpeg` backend. This update is useful for those + who use the system tray menu. + * mkchromecast (0.2.0.2) **released**: 2016/05/01 - Fixed wav for Linux. diff --git a/mkchromecast/version.py b/mkchromecast/version.py index a3547fbc1..b4086f566 100644 --- a/mkchromecast/version.py +++ b/mkchromecast/version.py @@ -2,4 +2,4 @@ # This file is part of mkchromecast. -__version__ = '0.2.0.2' +__version__ = '0.2.1'