From 94d4abdd34c873078ccc29e51da23d06976f75aa Mon Sep 17 00:00:00 2001 From: Dilyan Damyanov Date: Wed, 27 Jan 2021 13:53:06 +0000 Subject: [PATCH] Prepare for release --- CHANGELOG | 12 ++++++++++++ README.md | 8 ++++---- project/BuildSettings.scala | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c7a1912f..dc7b8aca 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +Version 0.6.2 (2021-01-27) +-------------------------- +Add benchmark module (#148) +Migrate from Travis to Github Actions (#149) +Bump snowplow-scala-analytics-sdk to 2.1.0 (#150) +Bump scio-core to 0.9.6 (#151) +Bump metrics-core to 4.1.17 (#152) +Bump cats-effect to 2.3.1 (#153) +Bump fs2-core to 2.5.0 (#154) +Bump http4s-async-http-client to 0.21.15 (#155) +Extend copyright to 2021 (#158) + Version 0.6.1 (2020-10-08) -------------------------- Common: do not drop contexts when creating TableRow from enriched event (#136) diff --git a/README.md b/README.md index a5379d2e..2a3dc9e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Snowplow BigQuery Loader -[![Build Status][travis-image]][travis] +[![Build Status][build-image]][build-wf] [![Release][release-image]][releases] [![License][license-image]][license] @@ -78,10 +78,10 @@ limitations under the License. [license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat [license]: http://www.apache.org/licenses/LICENSE-2.0 -[travis]: https://travis-ci.org/snowplow-incubator/snowplow-bigquery-loader -[travis-image]: https://travis-ci.org/snowplow-incubator/snowplow-bigquery-loader.png?branch=master +[build-image]: https://github.com/snowplow-incubator/snowplow-bigquery-loader/workflows/build/badge.svg +[build-wf]: https://github.com/snowplow-incubator/snowplow-bigquery-loader/actions?query=workflow%3Abuild -[release-image]: http://img.shields.io/badge/release-0.6.1-blue.svg?style=flat +[release-image]: http://img.shields.io/badge/release-0.6.2-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 71a781dd..299d8ae1 100644 --- a/project/BuildSettings.scala +++ b/project/BuildSettings.scala @@ -25,7 +25,7 @@ import sbtassembly.AssemblyKeys._ object BuildSettings { lazy val projectSettings = Seq( organization := "com.snowplowanalytics", - version := "0.6.1", + version := "0.6.2", scalaVersion := "2.13.2", buildInfoKeys := Seq[BuildInfoKey](organization, name, version, description, BuildInfoKey.action("userAgent") { s"${name.value}/${version.value}"