diff --git a/CHANGELOG.md b/CHANGELOG.md index f8efaf8..fb0b108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### Version 0.11.1 +* Use controller/action as source for instrument_action metrics + ### Version 0.11.0 * Add instrument_action for profiling a specific controller action diff --git a/lib/librato/rails/version.rb b/lib/librato/rails/version.rb index 44d8e93..ca707c4 100644 --- a/lib/librato/rails/version.rb +++ b/lib/librato/rails/version.rb @@ -1,5 +1,5 @@ module Librato module Rails - VERSION = "0.11.0" + VERSION = "0.11.1" end end