Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Aug 24, 2018
1 parent 3e3a232 commit 35be2a7
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.3.2 (2018-08-24)
--------------------------
Fix specification assuming unstruct_event field contains contexts envelope (#57)
Fix non-flattening algorithm not returning inventory items (#58)

Version 0.3.1 (2018-07-24)
--------------------------
Add option to not flatten self-describing fields (#56)
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.1-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.3.2-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.1",
version := "0.3.2",
description := "Scala analytics SDK for Snowplow",
scalaVersion := "2.11.12",
crossScalaVersions := Seq("2.10.6", "2.11.12", "2.12.4")
Expand Down

0 comments on commit 35be2a7

Please sign in to comment.