Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Nov 5, 2018
1 parent 4823b7d commit 9ee777b
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
@@ -0,0 +1,9 @@
Version 0.1.0 (2018-11-xx)
--------------------------
Add google- into project title (#1)
Add readme (#9)
Add CI/CD (#8)
Make use of ValueProvider for the configuration options (#7)
Add a compression option (#6)
Add windowed filename policy (#5)
Initial version
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.1.0-SNAPSHOT",
version := "0.1.0",
scalaVersion := "2.12.7",
scalacOptions ++= compilerOptions,
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
Expand Down

0 comments on commit 9ee777b

Please sign in to comment.