diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ec166f..20fac307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +#### 1.5.5 + +* [Fixed] Detects DayOne journals stored in `~/Library/Mobile Data` as well. + #### 1.5.4 * [New] DayOne journals can now handle tags diff --git a/jrnl/__init__.py b/jrnl/__init__.py index 01168bec..28fe63cd 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.5.4' +__version__ = '1.5.5' __author__ = 'Manuel Ebert' __license__ = 'MIT License' __copyright__ = 'Copyright 2013 Manuel Ebert'