Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
liorhar committed Apr 22, 2015
1 parent b05c65e commit 4cf897a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4cf897a

Please sign in to comment.