diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ddaea3..a3e3903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.3.0 +* Remove Apache `commons-lang` classes from final logging extension jars + ## 3.2.0 * Upgrade `logback-core` and `logback-classic` dependencies to version `1.2.13` diff --git a/gradle.properties b/gradle.properties index b37ffc2..67b24c9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -releaseVersion=3.3.0 +releaseVersion=3.4.0