From 5f58f0aed2e5ab0add2c6d99e4248520efd11e65 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 5 Jun 2018 01:17:07 +0200 Subject: post-release version bump --- doc/changelog.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 012af0d3..1648cdba 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,8 +1,10 @@ Lombok Changelog ---------------- +### v1.18.1 "Edgy Guinea Pig" +* v1.18.0 is the latest stable release of Project Lombok. + ### v1.18.0 (June 5th, 2018) -* v1.16.22 is the latest stable release of Project Lombok. * BREAKING CHANGE: The in 1.16.22 introduced configuration key `lombok.noArgsConstructor.extraPrivate` is now `false` by default. [Issue #1708](https://github.com/rzwitserloot/lombok/issues/1708) * BUGFIX: Do not generate a private no-args constructor if that breaks the code. [Issue #1703](https://github.com/rzwitserloot/lombok/issues/1703), [Issue #1704](https://github.com/rzwitserloot/lombok/issues/1704), [Issue #1712](https://github.com/rzwitserloot/lombok/issues/1712) * BUGFIX: Using boolean parameters in lombok annotations would fail. [Issue #1709](https://github.com/rzwitserloot/lombok/issues/1709) -- cgit