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
  • Loading branch information
benjben committed Jun 15, 2020
1 parent e155b10 commit 0ac1302
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.3 (2020-06-15)
------------------
Set derived_contexts in the EnrichmentFailures bad row if an enrichment context is invalid (#15)
Set event user agent before running the enrichments (#16)

1.1.2 (2020-06-03)
------------------
Use ua query parameter if set (#13)
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 := "1.1.2",
version := "1.1.3",
description := "Common functionality for enriching raw Snowplow events"
)
.settings(BuildSettings.formatting)
Expand Down

0 comments on commit 0ac1302

Please sign in to comment.