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
oguzhanunlu committed Jun 1, 2020
1 parent ca141c3 commit 71d038a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.1 (2020-06-01)
------------------
Add Sonatype credentials to .travis.yml (#7)
Add OER_KEY to .travis.yml (#8)
Add Bintray credentials to .travis.yml (#2)
Add CI/CD (#4)
Make ConversionUtils.extractQuerystring return List[(String, Option[String])] (#5)
Disable weather enrichment unit tests (#6)
Update README for post-migration (#1)

1.1.0 (2020-04-30)
------------------
Bump to 1.1.0 (snowplow/snowplow#4294)
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.0",
version := "1.1.1",
description := "Common functionality for enriching raw Snowplow events"
)
.settings(BuildSettings.formatting)
Expand Down

0 comments on commit 71d038a

Please sign in to comment.