From 7d042a7de1097d9a2645d16c43b404590ef64043 Mon Sep 17 00:00:00 2001
From: "benjamin.jakimow" <benjamin.jakimow@geo.hu-berlin.de>
Date: Fri, 24 May 2019 12:51:38 +0200
Subject: [PATCH] increased version to 1.1., edits in changelog

Signed-off-by: benjamin.jakimow <benjamin.jakimow@geo.hu-berlin.de>
---
 CHANGELOG                      | 7 +++++++
 eotimeseriesviewer/__init__.py | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 7c6d7c7a..df28c884 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+2019-05-24
+        - version 1.1
+        - TimeSeries dates and data sources are now shown in a TreeView
+        - Observation dates of current visible mapcanvases are highlighted in the time series tree view
+        - fixed StackedInputDialog
+        - fixed MapCanvas context menu
+
 2019-05-15
         - increased version to 1.0
         - labeling tools to modify vector layers.
diff --git a/eotimeseriesviewer/__init__.py b/eotimeseriesviewer/__init__.py
index 617a4e3a..1f66bfb5 100644
--- a/eotimeseriesviewer/__init__.py
+++ b/eotimeseriesviewer/__init__.py
@@ -21,7 +21,7 @@
 # noinspection PyPep8Naming
 
 
-__version__ = '1.0'  # sub-subversion number is added automatically
+__version__ = '1.1'  # sub-subversion number is added automatically
 LICENSE = 'GNU GPL-3'
 TITLE = 'EO Time Series Viewer'
 DESCRIPTION = 'Visualization of multi-sensor Earth observation time series data.'
-- 
GitLab