Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Nov 13, 2018
1 parent 7f32f04 commit bce8c8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 0.2.0 (2018-11-12)
--------------------------
Send multiple requests in case of batch size exceeding 100 (#16)
Discard events that do not have a user-identifying field (#12)
Move the setup guide into the wiki (#5)
Add an Indicative-Client header (#13)
Bump hammock to 0.8.7 (#15)
Bump circe to 0.10.0 (#11)

Version 0.1.0 (2018-08-10)
--------------------------
Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Unless required by applicable law or agreed to in writing, software distributed
[travis-image]: https://travis-ci.org/snowplow-incubator/snowplow-indicative-relay.svg?branch=master
[travis]: https://travis-ci.org/snowplow-incubator/snowplow-indicative-relay

[release-image]: https://img.shields.io/badge/release-0.1.0-orange.svg?style=flat
[release-image]: https://img.shields.io/badge/release-0.2.0-orange.svg?style=flat
[release]: https://github.com/snowplow-incubator/snowplow-indicative-relay/releases

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val root = project
.settings(
name := "indicative-relay",
organization := "com.snowplowanalytics",
version := "0.1.0",
version := "0.2.0",
description := "A relay transforming Snowplow enriched events into Indicative format",
scalaVersion := "2.11.12",
scalacOptions := BuildSettings.compilerOptions,
Expand Down

0 comments on commit bce8c8a

Please sign in to comment.