diff --git a/CHANGELOG.md b/CHANGELOG.md index 2044125..194ce0c 100644 --- a/CHANGELOG.md +++ b/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). -## [0.8.1] - 20.09.2018 +## [0.8.1] - 26.09.2018 - Save shortcut from URL without deserializing if output format is plist diff --git a/shortcuts/__init__.py b/shortcuts/__init__.py index 162dbf2..9105b64 100644 --- a/shortcuts/__init__.py +++ b/shortcuts/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.8.0' +__version__ = '0.8.1' from .shortcut import Shortcut # noqa