Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Bump version and changelog to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextmat committed Mar 22, 2013
1 parent c01948c commit 54a8075
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
### Version 0.2.0
* Add disable_rack_metrics config option
* Remove metrics based on deprecated heroku HTTP headers
* Ensure compatibility with ruby 2.0

### Version 0.1.0
* Initial version
2 changes: 1 addition & 1 deletion lib/librato/rack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Librato
class Rack
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit 54a8075

Please sign in to comment.