Skip to content

Commit 4cf897a

Browse files
committed
bump version
1 parent b05c65e commit 4cf897a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ created metrics, and to specify which HTTP Status codes should have individual m
111111

112112
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)
113113
2.3.0_0.1.9 - Add extra http codes, support configurable metrics names for requests filter
114+
2.3.0_0.2.0 - Meter uncaught exceptions as 500 Internal Server Error
114115

115116
## License
116117
This code is released under the Apache Public License 2.0.

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization:= "com.kenshoo"
22

33
name := "metrics-play"
44

5-
version := "2.3.0_0.1.9"
5+
version := "2.3.0_0.2.0"
66

77
scalaVersion := "2.11.2"
88

0 commit comments

Comments
 (0)