Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Oct 8, 2020
1 parent 371bff4 commit 922ca9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 922ca9a

Please sign in to comment.