From 7026ca7cb6170de118e5edb9661bb084ddcef4fd Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Tue, 17 Mar 2020 16:33:37 +1100 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 4 ++++ lib/mini_profiler/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09347a4..ac5f98e7 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/lib/mini_profiler/version.rb b/lib/mini_profiler/version.rb index f58c2310..4c3106e3 100644 --- a/lib/mini_profiler/version.rb +++ b/lib/mini_profiler/version.rb @@ -2,6 +2,6 @@ module Rack class MiniProfiler - VERSION = '2.0.0' + VERSION = '2.0.1' end end