diff --git a/CHANGELOG b/CHANGELOG index 9c816fca..c7a1912f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 0.6.1 (2020-10-08) +-------------------------- +Common: do not drop contexts when creating TableRow from enriched event (#136) + Version 0.6.0 (2020-09-28) -------------------------- Add Snowplow BigQuery StreamLoader (#116) diff --git a/README.md b/README.md index cb17c683..dc343380 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ limitations under the License. [travis]: https://travis-ci.org/snowplow-incubator/snowplow-bigquery-loader [travis-image]: https://travis-ci.org/snowplow-incubator/snowplow-bigquery-loader.png?branch=master -[release-image]: http://img.shields.io/badge/release-0.6.0-blue.svg?style=flat +[release-image]: http://img.shields.io/badge/release-0.6.1-blue.svg?style=flat [releases]: https://github.com/snowplow-incubator/snowplow-bigquery-loader [techdocs-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala index 04d193e3..1527fa26 100644 --- a/project/BuildSettings.scala +++ b/project/BuildSettings.scala @@ -22,7 +22,7 @@ import sbtbuildinfo.BuildInfoKeys._ object BuildSettings { lazy val projectSettings = Seq( organization := "com.snowplowanalytics", - version := "0.6.0", + version := "0.6.1", scalaVersion := "2.13.2", buildInfoKeys := Seq[BuildInfoKey](organization, name, version, description, BuildInfoKey.action("userAgent") { s"${name.value}/${version.value}"