diff --git a/DESCRIPTION b/DESCRIPTION
index d7adbfae3b35ed402c80d16f51af02f0ed8414b6..88ece52868b02435d3dffeb754f1bd84620cf482 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.3.0.10
+Version: 1.3.0.11
 Date: 2019-05-20
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 21199a2db566a558b62ca3fd984767ee273e9cc6..3980839522a1d9c50e250021350f68fdf7bded97 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,13 +14,17 @@ output:
 
 
 
-### 1.3.0.10 Release Notes (2019-05-20)
+### 1.3.0.11 Release Notes (2019-05-20)
 
 
 #### New features
 
 - <code>CreateInputsCrit()</code> now allows power (as numeric or character values) and the Box-Cox transformations in the <code>transfo</code> argument.
 
+- Added <code>RunModel_CemaNeigeGR4H()</code> function ito run the hourlu model GR4H with the CemaNeige module.
+
+- Added the <code>U2345030</code> dataset to run the examples using GR4H with CemaNeige.
+
 
 #### Major user-visible changes
 
diff --git a/data/U2345030.rda b/data/U2345030.rda
new file mode 100644
index 0000000000000000000000000000000000000000..1dc396103ee57cc015a53d967e89bbdfca0c6766
Binary files /dev/null and b/data/U2345030.rda differ