From 2ebe72950e3c1a299f1ad31fe4c347292b331c9f Mon Sep 17 00:00:00 2001 From: Jacob Childress Date: Fri, 16 Aug 2019 10:21:27 -0500 Subject: [PATCH] Add placeholder entry for next release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 349cae47..edc4fbe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v2.3.2 - unreleased + + ## v2.3.1 - 201-08-16 Updated the jackson-databind dependency to 2.9.9.3, which addresses a number of potential security issues.