From 7c4a1b9a099645dac4b6a3621b57c40c05250942 Mon Sep 17 00:00:00 2001 From: Nicolas Brousse Date: Fri, 21 Apr 2017 04:28:31 +0200 Subject: [PATCH] Bump to v0.1.2 --- CHANGELOG.md | 7 +++++++ lib/rails/web_profiler/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebe413..50cd51d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ * Create a collector to show the Rails logger informations. +## v0.1.2 + +### Fixes + + * Avoid exception with NotificationHandler. + + ## v0.1.1 Use `rack-webprofiler` >= `0.1.3`. diff --git a/lib/rails/web_profiler/version.rb b/lib/rails/web_profiler/version.rb index 7f1e8a5..ad6b279 100644 --- a/lib/rails/web_profiler/version.rb +++ b/lib/rails/web_profiler/version.rb @@ -1,5 +1,5 @@ module Rails class WebProfiler - VERSION = "0.1.1" + VERSION = "0.1.2" end end