aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2016-12-23 15:01:34 -0300
committerDiego <diegolparra@gmail.com>2016-12-23 15:01:34 -0300
commit64504d0f163846dbff0b60182e71dfccb590ae5a (patch)
tree0b372d1577fece51e04c0a46aa61887abfde3993
parent68de5a1bd092fc7dddf2045491dd36a353b72a71 (diff)
downloadKamon-64504d0f163846dbff0b60182e71dfccb590ae5a.tar.gz
Kamon-64504d0f163846dbff0b60182e71dfccb590ae5a.tar.bz2
Kamon-64504d0f163846dbff0b60182e71dfccb590ae5a.zip
released 0.6.5
-rw-r--r--README.md26
-rw-r--r--version.sbt2
2 files changed, 13 insertions, 15 deletions
diff --git a/README.md b/README.md
index 50111acb..722f7b0c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ To get started with SBT, simply add the following to your `build.sbt`
file:
```scala
-libraryDependencies += "kamon.io" %% "kamon-core" % "0.6.4"
+libraryDependencies += "kamon.io" %% "kamon-core" % "0.6.5"
```
### Documentation
@@ -32,25 +32,25 @@ Kamon information and documentation is available on the
* [Play Framework]
* [Spray]
-* [Akka]
+* [Akka]
* [Akka Remote]
* [Akka Http]
* [Scala]
* [Annotation]
-* [System Metrics]
+* [System Metrics]
* [JDBC]
* [Elasticsearch]
### Backends ###
* [Log Reporter]
-* [StatsD]
-* [Datadog]
+* [StatsD]
+* [Datadog]
* [SPM]
-* [InfluxDB]
+* [InfluxDB]
* [New Relic]
-* [FluentD]
-* [JMX]
+* [FluentD]
+* [JMX]
* [Riemann]
* [Khronus]
@@ -88,8 +88,8 @@ the License.
[Akka]:https://github.com/kamon-io/kamon-akka
[Akka Remote]: https://github.com/kamon-io/kamon-akka-remote
[Akka Http]: https://github.com/kamon-io/kamon-akka-http
-[Scala]: https://github.com/kamon-io/kamon-scala
-[Annotation]: https://github.com/kamon-io/kamon-annotation
+[Scala]: https://github.com/kamon-io/kamon-scala
+[Annotation]: https://github.com/kamon-io/kamon-annotation
[System Metrics]: https://github.com/kamon-io/kamon-system-metrics
[JDBC]: https://github.com/kamon-io/kamon-jdbc
[Elasticsearch]: https://github.com/kamon-io/kamon-elasticsearch
@@ -100,9 +100,7 @@ the License.
[FluentD]: https://github.com/kamon-io/kamon-fluentd
[JMX]: https://github.com/kamon-io/kamon-jmx
[StatsD]: https://github.com/kamon-io/kamon-statsd
-[Riemann]: https://github.com/kamon-io/kamon-riemann
-[Khronus]: https://github.com/kamon-io/kamon-khronus
+[Riemann]: https://github.com/kamon-io/kamon-riemann
+[Khronus]: https://github.com/kamon-io/kamon-khronus
[New Relic]: https://github.com/kamon-io/kamon-newrelic
[InfluxDB]: https://github.com/kamon-io/kamon-influxdb
-
-
diff --git a/version.sbt b/version.sbt
index 78f2afc6..ffd80bb1 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "0.6.5-SNAPSHOT"
+version in ThisBuild := "0.6.6-SNAPSHOT"