diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ceb6ab4..143dc87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +#### 1.6.2 + +* [Improved] Starring entries now works for plain-text journals too! + #### 1.6.1 * [Improved] Attempts to fix broken config files automatically diff --git a/jrnl/__init__.py b/jrnl/__init__.py index 0e06627b..409b3969 100644 --- a/jrnl/__init__.py +++ b/jrnl/__init__.py @@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line. """ __title__ = 'jrnl' -__version__ = '1.6.1-dev' +__version__ = '1.6.2-dev' __author__ = 'Manuel Ebert' __license__ = 'MIT License' __copyright__ = 'Copyright 2013 Manuel Ebert'