Skip to content

Commit

Permalink
Prepare for 2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
voropaevp committed Oct 21, 2021
1 parent 36903eb commit c40ba1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Release 2.4.1 (2021-10-20)
--------------------------
OSS terraform modules unique id not propagated into telemetry event (#182)

Release 2.4.0 (2021-10-19)
--------------------------
Make it possible to configure the collector without a file (#173)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lazy val buildInfoSettings = Seq(
lazy val buildSettings = Seq(
organization := "com.snowplowanalytics",
name := "snowplow-stream-collector",
version := "2.4.0",
version := "2.4.1",
description := "Scala Stream Collector for Snowplow raw events",
scalaVersion := "2.12.10",
javacOptions := Seq("-source", "11", "-target", "11"),
Expand Down

0 comments on commit c40ba1d

Please sign in to comment.