diff --git a/CHANGELOG b/CHANGELOG index cffaf8f..672c99b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/build.sbt b/build.sbt index 3b1e25d..9307f77 100644 --- a/build.sbt +++ b/build.sbt @@ -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)