Skip to content

Commit

Permalink
Prepare for 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Aug 12, 2021
1 parent 8d5747b commit 47bd03c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release 2.3.1 (2021-08-12)
--------------------------
Bump pubsub to 2.113.7 (#158)
Bump jackson-databind to 2.10.5.1 on nsq module (#157)
Add cn-northwest-1 to list of custom endpoints (#152)
Bump jackson-dataformat-cbor to 2.11.4 (#155)
Bump snowplow-badrows to 2.1.1 (#154)
Bump libthrift to 0.14.1 (#153)

Release 2.3.0 (2021-05-25)
--------------------------
Add outage protection features to Kinesis, SQS and Pubsub sinks (#132)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lazy val commonExclusions = Seq(
lazy val buildSettings = Seq(
organization := "com.snowplowanalytics",
name := "snowplow-stream-collector",
version := "2.3.0",
version := "2.3.1",
description := "Scala Stream Collector for Snowplow raw events",
scalaVersion := "2.12.10",
javacOptions := Seq("-source", "11", "-target", "11"),
Expand Down

0 comments on commit 47bd03c

Please sign in to comment.