We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e17b9 commit 7670d32Copy full SHA for 7670d32
CHANGELOG
@@ -1,3 +1,8 @@
1
+Version 0.1.1 (2020-11-10)
2
+--------------------------
3
+Add support for nullable fields (#6)
4
+Bump snowplow-scala-analytics-sdk to 2.1.0 (#8)
5
+
6
Version 0.1.0 (2020-10-05)
7
--------------------------
8
Initial release
project/BuildSettings.scala
@@ -33,7 +33,7 @@ object BuildSettings {
33
34
lazy val projectSettings = Seq(
35
organization := "com.snowplowanalytics",
36
- version := "0.1.0",
+ version := "0.1.1",
37
scalaVersion := scala213,
38
crossScalaVersions := Seq(scala212, scala213),
39
description := "Loading Snowplow enriched data into PostgreSQL in real-time",
0 commit comments