From 3d3a4c322af4cf7f27679661efaa9dcd685165bb Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 28 Jan 2021 23:20:00 +0100 Subject: [versioning] post-release version bump --- doc/changelog.markdown | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/changelog.markdown') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index ea418c4a..99cce6ef 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,9 @@ Lombok Changelog ---------------- +### v1.18.19 "Edgy Guinea Pig" +* No changes yet. + ### v1.18.18 (January 28th, 2021) * BUGFIX: Various tools using ecj under the hood (including intellij) could cause corrupt class files to be generated. [PR #2637](https://github.com/rzwitserloot/lombok/pull/2637), [lombok-intellij-plugin issue #969](https://github.com/mplushnikov/lombok-intellij-plugin/issues/969). * BUGFIX: Netbeans would not work with 1.18.16 anymore. [Issue #2612](https://github.com/rzwitserloot/lombok/issues/2612) -- cgit