Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Oct 11, 2020
1 parent 95f864a commit 7b5a267
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
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.2",
version := "1.4.0",
javacOptions := Seq("-source", "11", "-target", "11"),
resolvers ++= Dependencies.resolutionRepos
)
Expand Down

0 comments on commit 7b5a267

Please sign in to comment.