From c64aca47a6f7d277bfc0259b1c5ec6827aa60b4a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 2 Apr 2021 01:31:16 +0200 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 ac0b3ac9..3c25e3fa 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,9 @@ Lombok Changelog ---------------- +### v1.18.21 "Edgy Guinea Pig" +* There is no edge release at the moment; 1.18.20 is the most recent version. + ### v1.18.20 (April 2nd, 2021) * PLATFORM: JDK16 support added. [Issue #2681](https://github.com/rzwitserloot/lombok/issues/2681). * PLATFORM: All lombok features updated to act in a sane fashion with JDK16's _record_ feature. In particular, you can annotate record components with `@NonNull` to have lombok add null checks to your compact constructor (which will be created if need be). -- cgit