aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog.md8
-rw-r--r--readme.md4
2 files changed, 10 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index a91032dc6..75b58b76c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,11 @@
+Version 3.2.0
+------------------
+The lexical preservation code is stable!
+
+Beta: `TreeStructureVisitor`.
+
+* 885 884 879 878 smaller improvements and fixes
+
Version 3.1.4
------------------
This is the first version to parse Java 9.
diff --git a/readme.md b/readme.md
index ca3bca17d..d362f5949 100644
--- a/readme.md
+++ b/readme.md
@@ -32,7 +32,7 @@ The project binaries are available in Maven Central. Just add the following to
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
- <version>3.1.4</version>
+ <version>3.2.0</version>
</dependency>
```
@@ -41,7 +41,7 @@ If you would like to create visitors by generating code or are interested in how
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core-generators</artifactId>
- <version>3.1.4</version>
+ <version>3.2.0</version>
</dependency>
```