Skip to content

Commit 48eac05

Browse files
committed
Prepare for 2.2.0 release
1 parent 7019421 commit 48eac05

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 2.2.0 (2021-03-08)
2+
--------------------------
3+
Add SQS collector module (#120)
4+
Serve robots.txt file (#109)
5+
16
Release 2.1.2 (2021-02-18)
27
--------------------------
38
Prevent network_userid being captured when SP-Anonymous header is set (#117)

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.1.2",
48+
version := "2.2.0",
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)