From 4cf897a8b81c453e3eadff6c240d3549489441dc Mon Sep 17 00:00:00 2001 From: Lior Harel Date: Wed, 22 Apr 2015 11:24:49 +0300 Subject: [PATCH] bump version --- README.md | 1 + build.sbt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fb828b..f6c1ed2 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ created metrics, and to specify which HTTP Status codes should have individual m 2.3.0_0.1.8 - Support default registry in play java. Replace MetricsRegistry.default with MetricsRegistry.defaultRegistry (to support java where default is a reserved keyword) 2.3.0_0.1.9 - Add extra http codes, support configurable metrics names for requests filter +2.3.0_0.2.0 - Meter uncaught exceptions as 500 Internal Server Error ## License This code is released under the Apache Public License 2.0. diff --git a/build.sbt b/build.sbt index 599997c..c746440 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization:= "com.kenshoo" name := "metrics-play" -version := "2.3.0_0.1.9" +version := "2.3.0_0.2.0" scalaVersion := "2.11.2"