Skip to content

Commit

Permalink
Prepare for 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Mar 26, 2021
1 parent 6c36615 commit b253b68
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.1 (2021-03-26)
--------------------------
Respect SQS batch request limit (#125)
Set network_userid to empty UUID in anonymous mode to prevent collector_payload_format_violation (#126)

Release 2.2.0 (2021-03-08)
--------------------------
Add SQS collector module (#120)
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.2.0",
version := "2.2.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 b253b68

Please sign in to comment.