From 80baaf138f96ca6ac0f41383e7016971461b499e Mon Sep 17 00:00:00 2001 From: awoodhead Date: Thu, 6 Feb 2020 09:54:19 +0000 Subject: [PATCH] prep for release --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8472e8b..e404f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [4.3.0] - 2020-02-05 +## [4.3.1] - 2020-02-06 +### Changed +- Effectively the same as 4.3.0, just re-released due to Sonatype issues. + +## [4.3.0] - 2020-02-05 [YANKED] +### Yanked +- Timeouts during upload to Sonatype caused a partial release. ### Added - Added [Spotless Maven Plugin](https://github.com/diffplug/spotless/tree/master/plugin-maven), version 1.27.0 with default import order matching most existing Java projects.