From 56ca1e2bc9c42f3ee128e1e830a785298c75f80e Mon Sep 17 00:00:00 2001
From: nilshempelmann <info@nilshempelmann.de>
Date: Wed, 10 Jun 2020 16:02:37 +0200
Subject: [PATCH 1/5] release 1.6 changes

---
 CHANGES.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 58515573..d760efae 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,16 @@
 Changes
 *******
 
+1.6 (2020-06-10)
+================
+* remove dependency eggshell
+* notebook test integration
+* improved plot processes
+* remove mosaic option for subset processes
+* loop over multiple files of one dataset
+* multiple outputs given as Metalink standard
+* update pywps to 4.2.3
+
 1.5.1 (2019-11-11)
 ==================
 * Add Postgres library to docker image.

From 2b5f34e9f3d569173b7c3d5756b4e78e50a691f5 Mon Sep 17 00:00:00 2001
From: Nils Hempelmann <nilshempelmann@users.noreply.github.com>
Date: Wed, 10 Jun 2020 17:47:13 +0200
Subject: [PATCH 2/5] Update CHANGES.rst

DH suggestions

Co-authored-by: David Huard <huard.david@ouranos.ca>
---
 CHANGES.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index d760efae..fab2cd4e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,13 +3,14 @@ Changes
 
 1.6 (2020-06-10)
 ================
-* remove dependency eggshell
-* notebook test integration
+* remove eggshell dependency
+* notebooks are part of the test suite
 * improved plot processes
 * remove mosaic option for subset processes
 * loop over multiple files of one dataset
-* multiple outputs given as Metalink standard
+* multiple outputs listed in Metalink output
 * update pywps to 4.2.3
+* use cruft to keep up-to-date with the cookie-cutter template
 
 1.5.1 (2019-11-11)
 ==================

From 9bc89c658ff6cd47ce309fef8cd985d3701ec20c Mon Sep 17 00:00:00 2001
From: nilshempelmann <info@nilshempelmann.de>
Date: Wed, 10 Jun 2020 17:48:39 +0200
Subject: [PATCH 3/5] minor corrections

---
 CHANGES.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index d760efae..73a1bcac 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,6 +3,7 @@ Changes
 
 1.6 (2020-06-10)
 ================
+* Setup cruft for cookiecutter refresh
 * remove dependency eggshell
 * notebook test integration
 * improved plot processes

From a73c388de01fe06188001791a423029d0ac62d74 Mon Sep 17 00:00:00 2001
From: nilshempelmann <info@nilshempelmann.de>
Date: Thu, 11 Jun 2020 08:45:28 +0200
Subject: [PATCH 4/5] update change log

---
 CHANGES.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 0f69892b..e03fe82a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,14 +3,14 @@ Changes
 
 1.6 (2020-06-10)
 ================
-* Setup cruft for cookiecutter refresh
-* remove dependency eggshell
-* notebook test integration
+* remove eggshell dependency
+* notebooks are part of the test suite
 * improved plot processes
 * remove mosaic option for subset processes
 * polygon subset processes files separately instead of an entire data-set at once
 * multiple outputs listed in Metalink output
 * update pywps to 4.2.3
+* use cruft to keep up-to-date with the cookie-cutter template
 
 
 1.5.1 (2019-11-11)

From 3d50bf8a8a30c7f299b179ff5eb23d5c1f696bc6 Mon Sep 17 00:00:00 2001
From: nilshempelmann <info@nilshempelmann.de>
Date: Thu, 11 Jun 2020 08:45:59 +0200
Subject: [PATCH 5/5] update change log

---
 CHANGES.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index e03fe82a..e8db85c6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,7 +12,6 @@ Changes
 * update pywps to 4.2.3
 * use cruft to keep up-to-date with the cookie-cutter template
 
-
 1.5.1 (2019-11-11)
 ==================
 * Add Postgres library to docker image.