From df4d3908a52276d2a0940276c62f76eb81cad1ee Mon Sep 17 00:00:00 2001 From: Kate Anderson Date: Wed, 22 Apr 2026 13:16:51 -0700 Subject: [PATCH] Postrelease tasks for v3.5.0 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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