diff --git a/CHANGELOG.md b/CHANGELOG.md index 4faef2faa..903bdb248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +#### 1.1.2 + +* [Fixed] Timezone support for DayOne + #### 1.1.1 * [Fixed] Unicode and Python3 issues resolved. diff --git a/jrnl/__init__.py b/jrnl/__init__.py index 79103a7b3..09f0d8fe4 100644 --- a/jrnl/__init__.py +++ b/jrnl/__init__.py @@ -7,7 +7,7 @@ """ __title__ = 'jrnl' -__version__ = '1.1.1' +__version__ = '1.2.0' __author__ = 'Manuel Ebert' __license__ = 'MIT License' __copyright__ = 'Copyright 2013 Manuel Ebert'