Skip to content

Commit ebb83ab

Browse files
committed
Version 0.7.0 bits
1 parent d9ec49d commit ebb83ab

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Artifacts for keen-client-scala are [hosted on Maven Central](http://search.mave
3636
You 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

4242
Note that we publish artifacts for Scala 2.10 and 2.11, so you can either use `%%` to automatically pick the correct
4343
version 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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description := "Keen IO SDK/client library for Scala"
66

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

9-
version := "0.7.0-SNAPSHOT"
9+
version := "0.7.0"
1010

1111
scalaVersion := "2.11.7"
1212

0 commit comments

Comments
 (0)