Skip to content

Commit 0f1791b

Browse files
committed
Prepare for release
1 parent 7b95250 commit 0f1791b

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ project/project
33
target
44

55
src/main/resources/application.conf
6+
7+
.bsp

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 2.1.1 (2021-01-28)
2+
--------------------------
3+
Emit valid bad rows for size violation and generic error (#113)
4+
Extend copyright to 2021 (#114)
5+
16
Release 2.1.0 (2020-12-11)
27
--------------------------
38
Do not set cookie if request has SP-Anonymous header (#90)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ limitations under the License.
5252
[build-image]: https://github.com/snowplow/stream-collector/workflows/build/badge.svg
5353
[build-wf]: https://github.com/snowplow/stream-collector/actions?query=workflow%3Abuild
5454

55-
[release-image]: http://img.shields.io/badge/release-2.1.0-blue.svg?style=flat
55+
[release-image]: http://img.shields.io/badge/release-2.1.1-blue.svg?style=flat
5656
[releases]: https://github.com/snowplow/stream-collector
5757

5858
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

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