Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aldemirenes authored and dilyand committed Nov 6, 2019
1 parent 2768b79 commit 4a1d3b3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 1.0.0 (2019-11-06)
--------------------------
Make parsing errors type-safe (#75)
Add function to create minimal event (#81)
Deprecate run manifest (#86)
Fix empty contexts and unstruct_event decoding bug (#92)
Integrate MiMa (#87)
Integrate scoverage (#90)
Integrate sbt-gh-pages to create GH Pages from Scaladoc (#91)
Remove Vagrant setup (#84)
Add Travis CI secret key (#93)
Add encryption label to .travis.yml (#94)
Extend copyright notice to 2019 (#85)

Version 0.4.2 (2019-08-06)
--------------------------
Bump iglu-core to 0.5.1 (#73)
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-0.4.2-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-1.0.0-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 := "0.4.2",
version := "1.0.0",
description := "Scala analytics SDK for Snowplow",
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.11.12", "2.12.8")
Expand Down

0 comments on commit 4a1d3b3

Please sign in to comment.