Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Jan 27, 2021
1 parent 5cc11c0 commit 94d4abd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 94d4abd

Please sign in to comment.