Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Mar 17, 2020
1 parent 2f321c1 commit 7026ca7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.0.1 - 2020-03-17

- [REVERT] Prepend Net::HTTP patch instead of class_eval and aliasing (#429) (technique clashes with New Relic and Skylight agents)

## 2.0.0 - 2020-03-11

- [FEATURE] Prepend Net::HTTP patch instead of class_eval and aliasing (#429)
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_profiler/version.rb
Expand Up @@ -2,6 +2,6 @@

module Rack
class MiniProfiler
VERSION = '2.0.0'
VERSION = '2.0.1'
end
end

0 comments on commit 7026ca7

Please sign in to comment.