Skip to content

Commit

Permalink
Prepare for 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Mar 8, 2021
1 parent 7019421 commit 48eac05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 2.2.0 (2021-03-08)
--------------------------
Add SQS collector module (#120)
Serve robots.txt file (#109)

Release 2.1.2 (2021-02-18)
--------------------------
Prevent network_userid being captured when SP-Anonymous header is set (#117)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazy val commonDependencies = Seq(
lazy val buildSettings = Seq(
organization := "com.snowplowanalytics",
name := "snowplow-stream-collector",
version := "2.1.2",
version := "2.2.0",
description := "Scala Stream Collector for Snowplow raw events",
scalaVersion := "2.12.10",
javacOptions := Seq("-source", "11", "-target", "11"),
Expand Down

0 comments on commit 48eac05

Please sign in to comment.