diff --git a/ChangeLog.md b/ChangeLog.md index fa19001..8e1e536 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,16 @@ -## Changes Between 2.5.0 and 2.6.0 +## Changes Between 2.6.1 and 2.6.2 (unreleased) + +No changes yet. + + +## Changes Between 2.6.0 and 2.6.1 (Jan 19th, 2016) + +### Dependencies Update + +Contributed by Pierre-Yves Ritschard. + + +## Changes Between 2.5.0 and 2.6.0 (Nov 30th, 2015) ### Riemann Reporter @@ -35,6 +47,7 @@ Added the macro `metrics.timers/start-stop-time` to enable timing expressions th Contributed by Wil Yegelwel. + ## Changes Between 2.4.0 and 2.5.0 ### Type Hints Use Fully-Qualified Names diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 72a9881..fa008b2 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -3,6 +3,6 @@ Installation Add this to your ``project.clj``'s dependencies:: - [metrics-clojure "2.6.0"] + [metrics-clojure "2.6.1"] That's it. diff --git a/metrics-clojure-core/project.clj b/metrics-clojure-core/project.clj index 028f593..5893651 100644 --- a/metrics-clojure-core/project.clj +++ b/metrics-clojure-core/project.clj @@ -1,4 +1,4 @@ -(defproject metrics-clojure "2.7.0-SNAPSHOT" +(defproject metrics-clojure "2.6.2-SNAPSHOT" :description "A Clojure façade for Coda Hale's metrics library." :url "https://github.com/sjl/metrics-clojure" :license {:name "MIT"} diff --git a/metrics-clojure-ganglia/project.clj b/metrics-clojure-ganglia/project.clj index d773f17..262b73e 100644 --- a/metrics-clojure-ganglia/project.clj +++ b/metrics-clojure-ganglia/project.clj @@ -1,6 +1,6 @@ -(defproject metrics-clojure-ganglia "2.7.0-SNAPSHOT" +(defproject metrics-clojure-ganglia "2.6.2-SNAPSHOT" :description "Ganglia reporter integration for metrics-clojure" :url "https://github.com/sjl/metrics-clojure" :license {:name "MIT"} - :dependencies [[metrics-clojure "2.7.0-SNAPSHOT"] + :dependencies [[metrics-clojure "2.6.2-SNAPSHOT"] [io.dropwizard.metrics/metrics-ganglia "3.1.2"]]) diff --git a/metrics-clojure-graphite/project.clj b/metrics-clojure-graphite/project.clj index 73d88f2..25f6ed4 100644 --- a/metrics-clojure-graphite/project.clj +++ b/metrics-clojure-graphite/project.clj @@ -1,6 +1,6 @@ -(defproject metrics-clojure-graphite "2.7.0-SNAPSHOT" +(defproject metrics-clojure-graphite "2.6.2-SNAPSHOT" :description "Graphite reporter integration for metrics-clojure" :url "https://github.com/sjl/metrics-clojure" :license {:name "MIT"} - :dependencies [[metrics-clojure "2.7.0-SNAPSHOT"] + :dependencies [[metrics-clojure "2.6.2-SNAPSHOT"] [io.dropwizard.metrics/metrics-graphite "3.1.2"]]) diff --git a/metrics-clojure-health/project.clj b/metrics-clojure-health/project.clj index 020f0fc..a030d03 100644 --- a/metrics-clojure-health/project.clj +++ b/metrics-clojure-health/project.clj @@ -1,6 +1,6 @@ -(defproject metrics-clojure-health "2.7.0-SNAPSHOT" +(defproject metrics-clojure-health "2.6.2-SNAPSHOT" :description "Gluing together metrics-clojure and healthchecks." :url "https://github.com/sjl/metrics-clojure" :license {:name "MIT"} - :dependencies [[metrics-clojure "2.7.0-SNAPSHOT"] + :dependencies [[metrics-clojure "2.6.2-SNAPSHOT"] [io.dropwizard.metrics/metrics-healthchecks "3.1.2"]]) diff --git a/metrics-clojure-jvm/project.clj b/metrics-clojure-jvm/project.clj index 5558291..4fb3b95 100644 --- a/metrics-clojure-jvm/project.clj +++ b/metrics-clojure-jvm/project.clj @@ -1,6 +1,6 @@ -(defproject metrics-clojure-jvm "2.7.0-SNAPSHOT" +(defproject metrics-clojure-jvm "2.6.2-SNAPSHOT" :description "Gluing together metrics-clojure and jvm instrumentation." :url "https://github.com/sjl/metrics-clojure" :license {:name "MIT"} - :dependencies [[metrics-clojure "2.7.0-SNAPSHOT"] + :dependencies [[metrics-clojure "2.6.2-SNAPSHOT"] [io.dropwizard.metrics/metrics-jvm "3.1.2"]]) diff --git a/metrics-clojure-riemann/project.clj b/metrics-clojure-riemann/project.clj index 4d00161..d070eda 100644 --- a/metrics-clojure-riemann/project.clj +++ b/metrics-clojure-riemann/project.clj @@ -1,6 +1,6 @@ -(defproject metrics-clojure-riemann "2.7.0-SNAPSHOT" +(defproject metrics-clojure-riemann "2.6.2-SNAPSHOT" :description "Riemann reporter integration for metrics-clojure" :url "https://github.com/sjl/metrics-clojure" :license {:name "MIT"} - :dependencies [[metrics-clojure "2.7.0-SNAPSHOT"] + :dependencies [[metrics-clojure "2.6.2-SNAPSHOT"] [com.aphyr/metrics3-riemann-reporter "0.4.1"]]) diff --git a/metrics-clojure-ring/project.clj b/metrics-clojure-ring/project.clj index 87aad85..4a9549a 100644 --- a/metrics-clojure-ring/project.clj +++ b/metrics-clojure-ring/project.clj @@ -1,7 +1,7 @@ -(defproject metrics-clojure-ring "2.7.0-SNAPSHOT" +(defproject metrics-clojure-ring "2.6.2-SNAPSHOT" :description "Various things gluing together metrics-clojure and ring." :url "https://github.com/sjl/metrics-clojure" :license {:name "MIT"} :dependencies [[cheshire "5.5.0"] - [metrics-clojure "2.7.0-SNAPSHOT"]] + [metrics-clojure "2.6.2-SNAPSHOT"]] :profiles {:dev {:dependencies [[ring "1.4.0"]]}})