diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aadc6e..2ab59a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -All notable changes to this project will be documented in this file. +## [0.11.0] 05.03.2019 -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). +- Added dockerized cli tool + +- New actions: + - Choose From List + - Open App ## [0.10.0] 26.10.2018 diff --git a/shortcuts/__init__.py b/shortcuts/__init__.py index 8cd071f..2308b17 100644 --- a/shortcuts/__init__.py +++ b/shortcuts/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.10.0' +__version__ = '0.11.0' from .shortcut import FMT_SHORTCUT, FMT_TOML, Shortcut # noqa