From 85ce299623f68244cf1dd7251287982be8b8eb17 Mon Sep 17 00:00:00 2001 From: Anton Parkhomenko Date: Thu, 3 Sep 2020 16:27:32 +0300 Subject: [PATCH] Prepare for release --- CHANGELOG | 7 +++++++ project/BuildSettings.scala | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4d073a297..7bd550f43 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +Version 1.3.2 (2020-09-06) +-------------------------- +Common: convert null fields in EnrichedEvent to None in PartiallyEnrichedEvent (#331) +Common: skip the SQL enrichment on null placeholders (#315) +Common: check that IP address is valid IPv4 or IPv6 before passing to IAB enrichment (#329) +Beam: fix unit tests failing after update of MaxMind database (#327) + Version 1.3.1 (2020-07-28) -------------------------- Common: fix JS enrichment failing without return statement (#295) diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala index 0e4f20675..21f92c32b 100644 --- a/project/BuildSettings.scala +++ b/project/BuildSettings.scala @@ -36,7 +36,7 @@ object BuildSettings { lazy val basicSettings = Seq( organization := "com.snowplowanalytics", scalaVersion := "2.12.11", - version := "1.3.1", + version := "1.3.2", javacOptions := Seq("-source", "1.8", "-target", "1.8"), resolvers ++= Dependencies.resolutionRepos )