Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nextmat committed Jan 2, 2012
1 parent 19f29f8 commit 1958c97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,9 @@
## Changelog

### Version 0.2.3
* Fix broken user-agent string in 1.8.7, thanks Sean Porter
* Update outdated spec

### Version 0.2.2
* Fix abstract persistence instantiation in Ruby 1.8/REE

Expand All @@ -10,7 +14,7 @@
* Fix bug with stale excon connections not reconnecting
* Add custom User-Agent
* Items added to Queue objects have their measure_time set automatically
* Metric 'type' key can be string or symbol, thanks neilmock
* Metric 'type' key can be string or symbol, thanks Neil Mock

### Version 0.1.0
* Initial release
2 changes: 1 addition & 1 deletion lib/librato/metrics/version.rb
@@ -1,5 +1,5 @@
module Librato
module Metrics
VERSION = "0.2.2"
VERSION = "0.2.3"
end
end

0 comments on commit 1958c97

Please sign in to comment.