Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy authored and alexanderdean committed May 14, 2016
1 parent 829b7c8 commit ad51853
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 0.3.0 (2016-05-14)
--------------------------
Added support for true timestamp (#28)
Added HTTPS support to all emitters (#33)
Added missing setters for lang, page and useragent (#34)
Added trackSelfDescribingEvent method (#30)
Added Bintray credentials to .travis.yml (#41)
Fixed incorrect `instance_identity_document` jsonschema (#29)
Updated build configuration to publish to JCenter and Maven Central (#31)
Removed Snowplow Maven Repo and scala-util dependency (#42)

Version 0.2.0 (2015-10-14)
--------------------------
Added a custom context based on EC2 instance metadata (#2)
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object BuildSettings {
// Basic settings for our app
lazy val basicSettings = Seq[Setting[_]](
organization := "com.snowplowanalytics",
version := "0.3.0-M1",
version := "0.3.0",
description := "Scala tracker for Snowplow",
scalaVersion := "2.10.6",
crossScalaVersions := Seq("2.10.6", "2.11.5"),
Expand Down

0 comments on commit ad51853

Please sign in to comment.