diff --git a/changelog.md b/changelog.md index 507ef5839..c3c31df7c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ -* mkchromecast (0.3.7) **unreleased** +* mkchromecast (0.3.7.1) **2017/05/21** + + - macOS bundle built in Yosemite to add more compatibility. + - Bumped version to match debian official release. + +* mkchromecast (0.3.7) **2017/05/20** - node streaming updated to work with `node v7.10.0`. - Added ALSA device configuration in preferences pane. diff --git a/mkchromecast/version.py b/mkchromecast/version.py index f6efba71f..7ae729a04 100644 --- a/mkchromecast/version.py +++ b/mkchromecast/version.py @@ -2,4 +2,4 @@ # This file is part of mkchromecast. -__version__ = '0.3.7' +__version__ = '0.3.7.1'