File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77
88## [ Unreleased] [ unreleased ]
9+
10+ ## [ 0.7.0] - 2016-04-05
911### Changed
1012- Improved CHANGELOG.md format
1113- Updated Scala & SBT versions
@@ -32,7 +34,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3234* Switched to trait-based key setup when creating client - #20 (ches)
3335* Removed unnecessary StandardCharset import (gphat)
3436
35- [ unreleased ] : https://github.com/keenlabs/KeenClient-Scala/compare/v0.6.0...HEAD
37+ [ unreleased ] : https://github.com/keenlabs/KeenClient-Scala/compare/v0.7.0...HEAD
38+ [ 0.7.0 ] : https://github.com/keenlabs/KeenClient-Scala/compare/v0.6.0...v0.7.0
3639[ 0.6.0 ] : https://github.com/keenlabs/KeenClient-Scala/compare/v0.5.0...v0.6.0
3740[ 0.5.0 ] : https://github.com/keenlabs/KeenClient-Scala/compare/v1.0.3...v0.5.0
3841[ 0.4.0 ] : https://github.com/keenlabs/KeenClient-Scala/compare/v1.0.0...v0.5.0
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ Artifacts for keen-client-scala are [hosted on Maven Central](http://search.mave
3636You can use them in your project with SBT thusly:
3737
3838``` scala
39- libraryDependencies += " io.keen" %% " keenclient-scala" % " 0.6 .0"
39+ libraryDependencies += " io.keen" %% " keenclient-scala" % " 0.7 .0"
4040```
4141
4242Note that we publish artifacts for Scala 2.10 and 2.11, so you can either use ` %% ` to automatically pick the correct
4343version or specify them explicitly with something like:
4444
4545``` scala
46- libraryDependencies += " io.keen" % " keenclient-scala_2.10" % " 0.6 .0"
46+ libraryDependencies += " io.keen" % " keenclient-scala_2.10" % " 0.7 .0"
4747```
4848
4949## Configuration
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description := "Keen IO SDK/client library for Scala"
66
77homepage := Some (url(" https://github.com/keenlabs/KeenClient-Scala" ))
88
9- version := " 0.7.0-SNAPSHOT "
9+ version := " 0.7.0"
1010
1111scalaVersion := " 2.11.7"
1212
You can’t perform that action at this time.
0 commit comments