diff --git a/DESCRIPTION b/DESCRIPTION
index eb41cb389f49bcb7d34977c4ac90d4ecc2da20c4..254520a97edf8611f89b3c2ee37c64fdd963b17e 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.0.10.8
+Version: 1.0.10.9
 Date: 2018-06-29
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl")),
diff --git a/NEWS.rmd b/NEWS.rmd
index a4b1e9d2249fada939d2c1975f3d6d4a628e57e4..c7c1d08d2f984a6d69140cbf67cbebd8875212d1 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,9 +14,27 @@ output:
 
 
 
-### 1.0.10.7 Release Notes (2018-06-15) 
+### 1.0.10.9 Release Notes (2018-06-29) 
 
 
+#### Bug fixes
+
+- Fixed bug in <code>RunModel_GR2M</code>. The function now returns the total precipitation (P) instead of the net rainfall (P1).
+
+
+#### Major user-visible changes
+
+- <code>RunModel_GR2M</code> now returns more explicit precipitation outputs names.
+
+- <code>CreateInputsCrit</code> now returns a warning message when the KGE (or KGE') is used with a log transformation on flows.
+
+- The article reference is corrected.
+
+
+#### Minor user-visible changes
+
+- The documentation and help of several functions were improved.
+
 ____________________________________________________________________________________