Skip to content

Commit

Permalink
Prepare for 0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Apr 28, 2021
1 parent dd6f720 commit b42b64a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.6.4 (2021-04-28)
--------------------------
Bump schema-ddl to 0.13.0 (#176)
Bump sbt to 1.5.0 (#175)

Version 0.6.3 (2021-04-01)
--------------------------
Loader: use optimizedWrites (#172)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ limitations under the License.
[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.3-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.6.4-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.3",
version := "0.6.4",
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 b42b64a

Please sign in to comment.