diff --git a/docs/release-notes.md b/docs/release-notes.md
index 2b3492a..1b77e1e 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,5 +1,9 @@
 <sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
 
+#### 0.0.34
+ - 2020-01-02 - [1 commit](https://github.com/MinimallyCorrect/DefaultsPlugin/compare/v0.0.33...v0.0.34) by [Luna Allan](https://github.com/nallar) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.0.34-green.svg)](https://bintray.com/minimallycorrect/minimallycorrectmaven/DefaultsPlugin/0.0.34)
+ - Gradle warning fix. 'Using Java lambdas is not supported...' [(#30)](https://github.com/MinimallyCorrect/DefaultsPlugin/pull/30)
+
 #### 0.0.33
  - 2020-01-02 - [1 commit](https://github.com/MinimallyCorrect/DefaultsPlugin/compare/v0.0.32...v0.0.33) by [Luna Allan](https://github.com/nallar) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.0.33-green.svg)](https://bintray.com/minimallycorrect/minimallycorrectmaven/DefaultsPlugin/0.0.33)
  - Disable doclint by default [(#29)](https://github.com/MinimallyCorrect/DefaultsPlugin/pull/29)
diff --git a/version.properties b/version.properties
index 39866ff..95d4846 100644
--- a/version.properties
+++ b/version.properties
@@ -1,4 +1,4 @@
 #Version of the produced binaries. This file is intended to be checked-in.
 #It will be automatically bumped by release automation.
-version=0.0.34
-previousVersion=0.0.33
+version=0.0.35
+previousVersion=0.0.34