diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0130a..6cfffcf 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). -## [unreleased] +## [0.9.0] 27.09.2018 - Added [fields documentation](/docs/fields.md) - New actions: diff --git a/shortcuts/__init__.py b/shortcuts/__init__.py index e29b21f..a3afafa 100644 --- a/shortcuts/__init__.py +++ b/shortcuts/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.8.1' +__version__ = '0.9.0' from .shortcut import FMT_SHORTCUT, FMT_TOML, Shortcut # noqa