Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeindykiewicz authored and benjben committed Sep 15, 2020
1 parent d0aae02 commit 5ad57ca
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 @@
Release 2.0.0 (2020-09-15)
--------------------------
Disable default redirect (#64)
Bump vulnerable libs (#56)
Implement surge protection (#57)
Add test for extracting a URL-encoded schema from the querystring (#60)
Add snyk monitor (#52)
Add DockerHub credentials to .travis.yml (#49)
Add travis integration (#59)

Release 1.0.1 (snowplow/snowplow: 119 Tycho Magnetic Anomaly Two) (2020-04-30)
------------------------------------------------------------------------------
Bump to 1.0.1 (snowplow/snowplow#4338)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lazy val commonDependencies = Seq(
lazy val buildSettings = Seq(
organization := "com.snowplowanalytics",
name := "snowplow-stream-collector",
version := "1.0.1",
version := "2.0.0",
description := "Scala Stream Collector for Snowplow raw events",
scalaVersion := "2.12.10",
resolvers ++= Dependencies.resolutionRepos
Expand Down

0 comments on commit 5ad57ca

Please sign in to comment.