Skip to content

Commit 43cf151

Browse files
committed
Prepare for release
1 parent fb509fe commit 43cf151

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release 2.1.0 (2020-12-11)
2+
--------------------------
3+
Do not set cookie if request has SP-Anonymous header (#90)
4+
Generate BadRow if querystring cannot be parsed (#73)
5+
Don't crash but warn if Kinesis stream and SQS queue don't exist (#100)
6+
Bump sbt to 1.4.4 (#105)
7+
Bump specs2-core to 4.10.5 (#106)
8+
Migrate from Travis to GH actions (#91)
9+
Bump to JDK 11 (#92)
10+
Bump base-debian to 0.2.1 (#72)
11+
Integrate coursier cache action (#93)
12+
Fix assembly merge strategy (#97)
13+
Reorganise imports (#104)
14+
Update copyright to 2020 (#95)
15+
116
Release 2.0.1 (2020-11-19)
217
--------------------------
318
Increase number of Kinesis put retries when surge protection is on (#75)

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.0.1-blue.svg?style=flat
55+
[release-image]: http://img.shields.io/badge/release-2.1.0-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.0.1",
48+
version := "2.1.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)