Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
Bump to 0.20.0 (closes snowplow/snowplow#3986)
  • Loading branch information
BenFradet authored and oguzhanunlu committed May 28, 2020
1 parent d230d49 commit 08d497b
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 @@
0.20.0 (2019-02-27)
-------------------
Bump to 0.20.0 (snowplow/snowplow#3986)
Bump scala-common-enrich to 0.36.0 (snowplow/snowplow#3985)
Bump kafka client to 2.1.1 (snowplow/snowplow#3992)
Provide a way to add arbitrary Kafka configuration settings (snowplow/snowplow#3969)
Showcase the usage of env variables in the configuration example (snowplow/snowplow#3972)
Extend copyright notice to 2019 (snowplow/snowplow#4000)

0.19.1 (2018-09-07)
-------------------
Bump to 0.19.1 (snowplow/snowplow#3889)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val commonDependencies = Seq(
lazy val buildSettings = Seq(
organization := "com.snowplowanalytics",
name := "snowplow-stream-enrich",
version := "0.19.1",
version := "0.20.0",
description := "The streaming Snowplow Enrichment process",
scalaVersion := "2.11.11",
scalacOptions := BuildSettings.compilerOptions,
Expand Down

0 comments on commit 08d497b

Please sign in to comment.