diff --git a/DESCRIPTION b/DESCRIPTION
index 6d8b8d115cdd2a1acd59cf6d02cc347dd4d8fc6b..db5197f0c1895e67001d8247d238d97944029beb 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: collectr
 Title: Easy File Import
-Version: 0.1.4
+Version: 0.1.5
 Authors@R: 
     person("Ronan", "Vignard", , "ronan.vignard@developpement-durable.gouv.fr", role = c("aut", "cre"),
            comment = c(ORCID = "0000-0000-0000-0000"))
diff --git a/NEWS.md b/NEWS.md
index 10917a2fe0f52276d1d84366cde2be94cf23a9f7..e5cdf4117af4b3bd6a142e25b04ff25013b514c0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,14 @@
+# collectr 0.1.5
+
+* Ajout de l'argument `role` pour `table_exists()` dans les fonctions suivantes :
+  * `check_structure_table()`
+  * `import_and_merge_tables()`
+  * `insert_into_table()`
+  * `modify_column_type()`
+
 # collectr 0.1.4
 
-* Ajout de l'argument `role` pour `table_exists()` dans `archive_table()`
+* Ajout de l'argument `role` pour `table_exists()` dans la fonction `archive_table()`
 
 # collectr 0.1.3