Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Jun 10, 2020
1 parent 0031d12 commit 5efd96c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 2.0.1 (2020-06-10)
--------------------------
Fix Travis publish condition (#105)

Version 2.0.0 (2020-06-09)
--------------------------
Remove run manifest (#102)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ limitations under the License.
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
[license]: http://www.apache.org/licenses/LICENSE-2.0

[release-image]: http://img.shields.io/badge/release-2.0.0-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-2.0.1-blue.svg?style=flat
[releases]: https://github.com/snowplow/snowplow-scala-analytics-sdk/releases

[setup-guide]: https://github.com/snowplow/snowplow/wiki/Scala-Analytics-SDK-setup
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val root = project.in(file("."))
.settings(Seq[Setting[_]](
name := "snowplow-scala-analytics-sdk",
organization := "com.snowplowanalytics",
version := "2.0.0",
version := "2.0.1",
description := "Scala analytics SDK for Snowplow",
scalaVersion := "2.13.2",
crossScalaVersions := Seq("2.12.11", "2.13.2")
Expand Down

0 comments on commit 5efd96c

Please sign in to comment.