Skip to content

Commit b253b68

Browse files
committed
Prepare for 2.2.1 release
1 parent 6c36615 commit b253b68

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 2.2.1 (2021-03-26)
2+
--------------------------
3+
Respect SQS batch request limit (#125)
4+
Set network_userid to empty UUID in anonymous mode to prevent collector_payload_format_violation (#126)
5+
16
Release 2.2.0 (2021-03-08)
27
--------------------------
38
Add SQS collector module (#120)

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lazy val commonDependencies = Seq(
4545
lazy val buildSettings = Seq(
4646
organization := "com.snowplowanalytics",
4747
name := "snowplow-stream-collector",
48-
version := "2.2.0",
48+
version := "2.2.1",
4949
description := "Scala Stream Collector for Snowplow raw events",
5050
scalaVersion := "2.12.10",
5151
javacOptions := Seq("-source", "11", "-target", "11"),

0 commit comments

Comments
 (0)