Skip to content

Commit

Permalink
Version 0.7.0 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
terrhorn committed Apr 5, 2016
1 parent d9ec49d commit ebb83ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased][unreleased]

## [0.7.0] - 2016-04-05
### Changed
- Improved CHANGELOG.md format
- Updated Scala & SBT versions
Expand All @@ -32,7 +34,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Switched to trait-based key setup when creating client - #20 (ches)
* Removed unnecessary StandardCharset import (gphat)

[unreleased]: https://github.com/keenlabs/KeenClient-Scala/compare/v0.6.0...HEAD
[unreleased]: https://github.com/keenlabs/KeenClient-Scala/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/keenlabs/KeenClient-Scala/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/keenlabs/KeenClient-Scala/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/keenlabs/KeenClient-Scala/compare/v1.0.3...v0.5.0
[0.4.0]: https://github.com/keenlabs/KeenClient-Scala/compare/v1.0.0...v0.5.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Artifacts for keen-client-scala are [hosted on Maven Central](http://search.mave
You can use them in your project with SBT thusly:

```scala
libraryDependencies += "io.keen" %% "keenclient-scala" % "0.6.0"
libraryDependencies += "io.keen" %% "keenclient-scala" % "0.7.0"
```

Note that we publish artifacts for Scala 2.10 and 2.11, so you can either use `%%` to automatically pick the correct
version or specify them explicitly with something like:

```scala
libraryDependencies += "io.keen" % "keenclient-scala_2.10" % "0.6.0"
libraryDependencies += "io.keen" % "keenclient-scala_2.10" % "0.7.0"
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description := "Keen IO SDK/client library for Scala"

homepage := Some(url("https://github.com/keenlabs/KeenClient-Scala"))

version := "0.7.0-SNAPSHOT"
version := "0.7.0"

scalaVersion := "2.11.7"

Expand Down

0 comments on commit ebb83ab

Please sign in to comment.