diff --git a/build.gradle b/build.gradle index 5d2fc6fbe06..dd1bc5e10ba 100644 --- a/build.gradle +++ b/build.gradle @@ -105,7 +105,7 @@ allprojects { // level (third number) if: // * any new checkers have been added, or // * backward-incompatible changes have been made to APIs or elsewhere. - version '3.35.1-SNAPSHOT' + version '3.36.0' tasks.withType(JavaCompile).configureEach { options.fork = true diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fb786eeab96..f84a208abdb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,4 +1,4 @@ -Version 3.36.0 (July 5, 2023) +Version 3.36.0 (July 3, 2023) ----------------------------- **User-visible changes:** @@ -50,6 +50,7 @@ Renamed methods in `CFAbstractValue`: * `combineNoAnnotations()` => `combineTwoTypeVars()` **Closed issues:** +#5908, #5936, #5971, #6019, #6025, #6028, #6030, #6039, #6053, #6060, #6069. Version 3.35.0 (June 1, 2023)