Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Nov 20, 2020
1 parent 9b61f7c commit 81d1081
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.4.2 (2020-11-20)
--------------------------
Stream: crash at startup if Sentry DSN is not correct (#399)
Beam: crash at startup if Sentry DSN is not correct (#398)
Beam: handle commas in Sentry DSN parameter (#391)

Version 1.4.1 (2020-11-02)
--------------------------
Beam: Add missing tcnative dependency of Scio 0.9.5 (#389)
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.4.1",
version := "1.4.2",
javacOptions := Seq("-source", "11", "-target", "11"),
resolvers ++= Dependencies.resolutionRepos,
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0.html")),
Expand Down

0 comments on commit 81d1081

Please sign in to comment.