diff --git a/CHANGELOG.md b/CHANGELOG.md index cb89a41a..7f39fbf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Changelog ### 1.8 (May 22, 2014) +* __1.8.4__ Improved: using external editors (thanks to @chrissexton) +* __1.8.3__ Fixed: export to text files and improves help (thanks to @igniteflow and @mpe) +* __1.8.2__ Better integration with environment variables (thanks to @ajaam and @matze) +* __1.8.1__ Minor bug fixes * __1.8.0__ Official support for python 3.4 ### 1.7 (December 22, 2013) diff --git a/jrnl/__init__.py b/jrnl/__init__.py index 2812d8d2..260d7f10 100644 --- a/jrnl/__init__.py +++ b/jrnl/__init__.py @@ -8,7 +8,7 @@ jrnl is a simple journal application for your command line. from __future__ import absolute_import __title__ = 'jrnl' -__version__ = '1.8.1' +__version__ = '1.8.4' __author__ = 'Manuel Ebert' __license__ = 'MIT License' __copyright__ = 'Copyright 2013 - 2014 Manuel Ebert'