From 24b970788a1328a1d3deed7e605e8624e8f57626 Mon Sep 17 00:00:00 2001 From: Anton Parkhomenko Date: Fri, 18 Sep 2020 16:14:04 +0300 Subject: [PATCH] Prepare for release --- CHANGELOG | 22 ++++++++++++++++++++++ project/BuildSettings.scala | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7bd550f43..d0c52dd44 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,25 @@ +Version 1.4.0 (2020-10-XX) +-------------------------- +Stream NH: add (#346) +Stream: remove unused Maxmind database (#352) +Beam: use test Maxmind databases (#269) +Beam: bump Scio to 0.9.3 (#308) +Common: add toThrift and toRaw methods to CollectorPayload (#345) +Common: bump scala-forex to 1.0.0 (#349) +Common: bump scala-referer-parser to 1.1.0 (#348) +Common: bump scala-weather to 1.0.0 (#347) +Common: bump iglu-scala-client to 1.0.2 (#52) +Common: bump scala-maxmind-iplookups to 0.7.1 (#323) +Common: bump snowplow-badrows to 2.1.0 (#325) +Common: bump YAUAA to 5.19 (#314) +Common: switch to HostName.asInetAddress to validate IP addresses (#355) +Common: fix flaky ThriftLoader test (#306) +Common: get rid of placeholder schema in enrichment configurations (#302) +Common: use test Maxmind databases (#350) +Common: move EnrichmentConf into its own module (#303) +Common: get rid of Eval instances (#300) +Common: add tests for Input for SQL enrichment (#316) + Version 1.3.2 (2020-09-06) -------------------------- Common: convert null fields in EnrichedEvent to None in PartiallyEnrichedEvent (#331) diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala index 21f92c32b..cd4c1411f 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.2", + version := "1.4.0", javacOptions := Seq("-source", "1.8", "-target", "1.8"), resolvers ++= Dependencies.resolutionRepos )