diff --git a/CHANGELOG.md b/CHANGELOG.md index fbfe19456..b6d9bcf50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.32.2] - 2023-11-17 +### Changed +- chore(deps): bump com.fasterxml.jackson.core:jackson-databind +- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin + ## [3.32.1] - 2023-11-17 ### Changed - ci: splits out static site build step. diff --git a/gradle.properties b/gradle.properties index 2b1ef140f..47caeac80 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion=0.0.0-SNAPSHOT +projectVersion=3.32.2