Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Jun 10, 2020
1 parent 31d1a4b commit 82c5ffd
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.5.1 (2020-06-08)
--------------------------
Remove LoaderCache.scala (#107)

Version 0.5.0 (2020-05-19)
--------------------------
Loader: replace Scio metrics with Dropwizard metrics (#82)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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.5.0-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.5.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.5.0",
version := "0.5.1",
scalaVersion := "2.12.10",
buildInfoKeys := Seq[BuildInfoKey](organization, name, version, description, BuildInfoKey.action("userAgent") {
s"${name.value}/${version.value}"
Expand Down

0 comments on commit 82c5ffd

Please sign in to comment.