diff --git a/CHANGES b/CHANGES
index 62c0496a87ba656345bcef9733ec6f4586770c8b..0114d09ba5faf8d1bb7ca88005d9c3077bfaca86 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Version 0.43.0 (2017/05/23)
+  /!\ syntax change: conluent --> deterministic
+  /!\ syntax change: match --> pattern
+  /!\ change shift semantics: edges with source and target nodes in the pattern are not concerned by the shifts
+  * Fix https://gitlab.inria.fr/grew/libcaml-grew/issues/2 (Add a new syntax for add_edge command)
+
 Version 0.42.3 (2017/04/25)
   * Add dependence on yojson
 
diff --git a/VERSION b/VERSION
index a2611310220c0527664181ca9940f6715aa64e9f..0f7553ca017de4f369695b69ce627cd96fcbc5c5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.42.3
\ No newline at end of file
+0.43.0
\ No newline at end of file