Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Sep 6, 2020
1 parent f7ceb17 commit 85ce299
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 85ce299

Please sign in to comment.