Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rzats committed Feb 13, 2019
1 parent c6269dc commit 64d7909
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 0.4.0 (2018-02-13)
--------------------------
Remove deprecated EventTransformer API (#68)
Add type-safe Event API (#53)
Bump Scala 2.11 to 2.11.12 in CI (#69)
Bump Scala 2.12 to 2.12.8 (#66)
Bump scalacheck to 1.14.0 (#65)
Bump specs2 to 4.4.1 (#64)
Bump aws-java-sdk to 1.11.490 (#63)
Drop Scala 2.10 (#59)

Version 0.3.2 (2018-08-24)
--------------------------
Fix specification assuming unstruct_event field contains contexts envelope (#57)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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

[release-image]: http://img.shields.io/badge/release-0.3.2-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.4.0-blue.svg?style=flat
[releases]: https://github.com/snowplow/snowplow-scala-analytics-sdk/releases

[setup-guide]: https://github.com/snowplow/snowplow/wiki/Scala-Analytics-SDK-setup
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.in(file("."))
.settings(Seq[Setting[_]](
name := "snowplow-scala-analytics-sdk",
organization := "com.snowplowanalytics",
version := "0.3.2",
version := "0.4.0",
description := "Scala analytics SDK for Snowplow",
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.11.12", "2.12.8")
Expand Down

0 comments on commit 64d7909

Please sign in to comment.