Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Limanowski committed Jan 21, 2020
1 parent 5370970 commit 8920306
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.2.1 (2020-01-21)
--------------------------
Change base docker image to k8s-dataflow:0.1.0 (#36)
Extend copyright to 2020 (#38)

Version 0.2.0 (2019-12-11)
--------------------------
Set default number of shards to be managed by runner (#27)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val compilerOptions = Seq(

lazy val commonSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "com.snowplowanalytics",
version := "0.2.0",
version := "0.2.1",
scalaVersion := "2.12.10",
scalacOptions ++= compilerOptions,
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
Expand Down

0 comments on commit 8920306

Please sign in to comment.