Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy authored and oguzhanunlu committed Jul 28, 2020
1 parent 3a5ec74 commit bf94b73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
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.0",
version := "1.3.1",
javacOptions := Seq("-source", "1.8", "-target", "1.8"),
resolvers ++= Dependencies.resolutionRepos
)
Expand Down

0 comments on commit bf94b73

Please sign in to comment.