*** empty log message ***
diff --git a/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties b/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
index 56306e9..3fbf881 100644
--- a/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
+++ b/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
@@ -1,7 +1,7 @@
 ### JavaBatchCompiler messages.

 

 ### compiler version id

-compiler.version = 0.205

+compiler.version = 0.206

 ### scanning

 scanning.start = Scanning of {0}

 scanning.done = Scanning of {0} DONE

diff --git a/changes.txt b/changes.txt
index 6c069b0..b501bc5 100644
--- a/changes.txt
+++ b/changes.txt
@@ -108,6 +108,20 @@
 

   What's new in this drop

   ================================================================================

+

+  PRs Fixed in this Release

+  ================================================================================

+

+  PRs Closed in this Release

+  ================================================================================

+

+

+**********************************************************************************

+*** BUILD 206 (2.0 STREAM, v_206) ************************************************

+**********************************************************************************

+

+  What's new in this drop

+  ================================================================================

   * JavaModel is no longer performing smart classpath updates when Java package

   	fragment roots are either moved or removed.