diff --git a/CHANGELOG b/CHANGELOG index c54680b8b..4d073a297 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Version 1.3.1 (2020-07-28) +-------------------------- +Common: fix JS enrichment failing without return statement (#295) +Beam: bump k8s-dataflow to 0.2.0 (#293) +Common: Skip sql enrichment on null values as placeholders (#291) + Version 1.3.0 (2020-07-14) -------------------------- Beam: reduce MaximumRecordSize to 6900000 bytes (#287) diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala index 9bcb98a47..0e4f20675 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.0", + version := "1.3.1", javacOptions := Seq("-source", "1.8", "-target", "1.8"), resolvers ++= Dependencies.resolutionRepos )