Skip to content

Commit

Permalink
Bump to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Apr 21, 2017
1 parent 9e192e1 commit 7c4a1b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion lib/rails/web_profiler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rails
class WebProfiler
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit 7c4a1b9

Please sign in to comment.