Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
Bump to 0.31.0 (closes snowplow/snowplow#3598)
  • Loading branch information
knservis authored and oguzhanunlu committed May 29, 2020
1 parent 4381c4d commit 937fc39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.31.0 (2018-02-26)
-------------------
Add PII Enrichment (snowplow/snowplow#3472)
Apply automated code formatting (snowplow/snowplow#3532)
Bump commons-codec to 1.11 (snowplow/snowplow#3638)
Bump to 0.31.0 (snowplow/snowplow#3598)
Remove unused version member in Enrichment trait (snowplow/snowplow#3541)
Use automated code formatting (snowplow/snowplow#3496)

0.30.0 (2018-01-25)
-------------------
Bump to 0.30.0 (snowplow/snowplow#3562)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val root = project
.in(file("."))
.settings(
name := "snowplow-common-enrich",
version := "0.30.0",
version := "0.31.0",
description := "Common functionality for enriching raw Snowplow events"
)
.settings(BuildSettings.formatting)
Expand Down

0 comments on commit 937fc39

Please sign in to comment.