diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e35957..2b544b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog ********* +v1.0.1 +======================================== + +- Mopidy Raspberry GPIO is now disabled by default (review and edit settings to enable) +- volume_up and volmue_down now support a step argument that governs the increment +- New action play_stop stops playback to avoid tying up the ALSA device, see #6 + v1.0.0 ======================================== diff --git a/setup.cfg b/setup.cfg index f286a08..304fa68 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = mopidy-raspberry-gpio -version = 1.0.0 +version = 1.0.1 url = https://github.com/pimoroni/mopidy-raspberry-gpio author = Phil Howard author_email = phil@pimoroni.com