Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 3, 2020
1 parent 7453c58 commit 0082fc0
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.4 - 2020-08-04

- [FIX] webpacker may exist with no config, allow for that

## 2.0.3 - 2020-07-29

- [FIX] support for deprecation free Redis 4.2
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.3'
VERSION = '2.0.4'
end
end

0 comments on commit 0082fc0

Please sign in to comment.