diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ebaf30..5a328f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.5.0 +* Add `dropwizard3` (compatible with Dropwizard 3, ** not ** Dropwizard 4+). +* Correct some formatting issues in `logback13` + ## 3.4.0 * Add `logback13` plugin to support `Logback 1.3` diff --git a/gradle.properties b/gradle.properties index 3927e80..232d28d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -releaseVersion=3.5.0 +releaseVersion=3.6.0