diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 309d221..1386437 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [0.6.0] - 24.09.2018 - New actions: - GetBatteryLevelAction diff --git a/shortcuts/__init__.py b/shortcuts/__init__.py index efe3acd..1fda428 100644 --- a/shortcuts/__init__.py +++ b/shortcuts/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.5.2' +__version__ = '0.6.0' from .shortcut import Shortcut # noqa