diff --git a/DESCRIPTION b/DESCRIPTION
index 709521930fb79c3100fb2f5a21b71960456f8f3e..f21bca39e180755977b2848e49f043c380fb89b9 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.0.14.1
-Date: 2018-09-28
+Version: 1.0.14.2
+Date: 2018-10-01
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
   person("Charles", "Perrin", role = c("aut", "ths"), comment = c(ORCID = "0000-0001-8552-1881")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 72c6bb7f2f0cf9bd5cfaf3e40d415bfc8123ae19..35c46618aed54c2ab90728d5ca923474d79ebfb9 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -13,6 +13,10 @@ output:
 
 
 
+### 1.0.14.2 Release Notes (2018-10-01) 
+
+____________________________________________________________________________________
+
 
 ### 1.0.14.1 Release Notes (2018-09-28) 
 
@@ -33,7 +37,7 @@ output:
 
 - <code>Calibration_Michel()</code> is now faster during the grid-screening step when a parameter is set using <code>FixedParam</code> in <code>CreateCalibOptions()</code>.
 
-- <code>CreateCalibOptions()</code> now returns FixedParam argument and a warning message when all the parameters are free (NA) in the <code>FixedParam</code> argument.
+- <code>CreateCalibOptions()</code> now returns an error when all the parameters are set in the <code>FixedParam</code> argument and a warning message when all the parameters are free (NA) in the <code>FixedParam</code> argument.
 
 - <code>CreateInputsCrit()</code> now returns an error when <code>epsilon</code> is not positive.