From 7eb14c180dd3b36f466d3b2e6d8d19141b37e2c2 Mon Sep 17 00:00:00 2001 From: Dilyan Damyanov Date: Mon, 24 May 2021 17:26:16 +0100 Subject: [PATCH] Prepare for 2.3.0 release --- CHANGELOG | 20 ++++++++++++++++++++ build.sbt | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 599f4e6a5..367eee8d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,23 @@ +Release 2.3.0 (2021-05-25) +-------------------------- +Add outage protection features to Kinesis, SQS and Pubsub sinks (#132) +Pass Kinesis partitioning key as SQS message attribute (#146) +Fix typo in PubSub sink useragent string (#147) +Use base image from DockerHub (#107) +Attach jar files to Github releases (#108) +Remove Bintray from resolutionRepos (#144) +Bump scopt to 4.0.1 (#143) +Bump pureconfig to 0.15.0 (#142) +Bump jackson-databind to 2.9.10.8 (#141) +Bump json4s-jackson to 3.6.11 (#140) +Bump specs2-core to 4.11.0 (#139) +Bump sbt-scalafmt to 2.4.2 (#138) +Bump sbt-tpolecat to 0.1.17 (#137) +Bump sbt-buildinfo to 0.10.0 (#136) +Bump sbt-assembly to 0.15.0 (#135) +Bump sbt to 1.5.1 (#134) +Add link to Snowplow's public roadmap in README (#145) + Release 2.2.1 (2021-03-26) -------------------------- Respect SQS batch request limit (#125) diff --git a/build.sbt b/build.sbt index 52ba1694d..8ecbf1bf3 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ lazy val commonDependencies = Seq( lazy val buildSettings = Seq( organization := "com.snowplowanalytics", name := "snowplow-stream-collector", - version := "2.2.1", + version := "2.3.0", description := "Scala Stream Collector for Snowplow raw events", scalaVersion := "2.12.10", javacOptions := Seq("-source", "11", "-target", "11"),