diff --git a/CHANGELOG.md b/CHANGELOG.md
index 539e79a041833b2913037e6646504cbe2f26e6b8..98c148a60672fc21ab34783c914c5eb58ad8603c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,9 @@
-dune-functions
-========
+# Dune-functions changes
 
-This is the development version of dune-functions leading up to version 2.6.
+Any version of dune-functions is supposed to be compatible with the
+correponding version of the Dune core modules.
 
-It is supposed to be compatible with the Dune core modules of the same version.
-
-Changes
-=======
-
-# Master (will become release 2.7)
+## Master (will become release 2.7)
 
 * `FlatVectorBackend` is now officially an implementation detail and thus moved
   to the namespace `Impl::`. The header `flatvectorbackend.hh` was removed.
@@ -16,8 +11,7 @@ Changes
   object providing `operator[]` and `size()` methods for flat-vector-like
   access to the underlying container `c`.
 
-dune-functions 2.6-dev
-------------
+## Release 2.6
 
 - Added an implementation of a Rannacher-Turek basis
 - Add a set of unit tests for bases
@@ -37,8 +31,7 @@ dune-functions 2.6-dev
   for the code.
 - `Dune::Functions::TupleVector` was deprecated. Use `Dune::TupleVector` from dune-common instead.
 
-dune-functions 2.5
-------------
+## Release 2.5
 
 TODO...
 
diff --git a/dune.module b/dune.module
index 1a47cbdeab86b8ead7c317fd84eb53c4d1d9a39d..ac6d1eb0d7fe114cc10b435f0c3634454c77b7f7 100644
--- a/dune.module
+++ b/dune.module
@@ -1,9 +1,7 @@
 # Dune module information file
 
 Module: dune-functions
-Version: 2.6-dev
-Maintainer: dune-devel@lists.dune-project.org
-Depends: dune-localfunctions (>= 2.5) dune-grid (>= 2.5) dune-typetree
-# We suggest dune-istl, because it is used by the example programs.
-Suggests: dune-istl
+Version: 2.7-git
+Maintainer: dune-functions@lists.dune-project.org
+Depends:  dune-geometry (>= 2.7) dune-localfunctions (>= 2.7) dune-grid (>= 2.7) dune-istl (>= 2.7) dune-typetree
 Whitespace-Hook: Yes