Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Nov 2, 2020
1 parent 34a958e commit 0b0d38e
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.1 (2020-11-02)
--------------------------
Beam: Add missing tcnative dependency of Scio 0.9.5 (#389)
Beam: bump Scio to 0.9.5 (#381)
Common: fix number deserialization in API Request Enrichment (#383)

Version 1.4.0 (2020-10-21)
--------------------------
Stream FS2: add (#346)
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.0",
version := "1.4.1",
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 0b0d38e

Please sign in to comment.