Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Limanowski authored and peel committed Nov 10, 2020
1 parent a4e17b9 commit 7670d32
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.1.1 (2020-11-10)
--------------------------
Add support for nullable fields (#6)
Bump snowplow-scala-analytics-sdk to 2.1.0 (#8)

Version 0.1.0 (2020-10-05)
--------------------------
Initial release
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object BuildSettings {

lazy val projectSettings = Seq(
organization := "com.snowplowanalytics",
version := "0.1.0",
version := "0.1.1",
scalaVersion := scala213,
crossScalaVersions := Seq(scala212, scala213),
description := "Loading Snowplow enriched data into PostgreSQL in real-time",
Expand Down

0 comments on commit 7670d32

Please sign in to comment.