From b464b4e9d1e9280c621b9321988a88f46be815e9 Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Fri, 17 Mar 2023 12:56:25 +0000 Subject: [PATCH] Prepare for 3.1.0 release --- CHANGELOG | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ef0da17..5336206 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,16 +1,21 @@ +Version 3.1.0 (2023-03-17) +-------------------------- +Disable validation of field lengths when parsing event (#127) +Build with Scala-3 (#124) + Version 3.0.1 (2022-05-10) -------------------------- -3.0.0 was not published to maven (close #121) +3.0.0 was not published to maven (#121) Version 3.0.0 (2022-02-09) -------------------------- -Event parser should fail on oversized fields (close #115) -Fix scoverage failures in github actions (close #119) -Update github workflows fix snyk vulnerability scanning (close #120) +Event parser should fail on oversized fields (#115) +Fix scoverage failures in github actions (#119) +Update github workflows fix snyk vulnerability scanning (#120) Version 2.1.0 (2020-11-09) -------------------------- -Update README to point to docs (close #110) +Update README to point to docs (#110) Add scalafmt (#112) Migrate from Travis to GH actions (#113) Integrate Snyk (#111)