Skip to content

Commit

Permalink
bump version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jan 27, 2020
1 parent d62736e commit 90e1a04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.1.5 - 2020-01-28

- [FIX] correct custom counter regression
- [FIX] respect max_traces_to_show
- [FIX] handle storage engine failures in whitelist mode

## 1.1.4 - 2019-12-12

- [SECURITY] carefully crafted SQL could cause an XSS on sites that do not use CSPs
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_profiler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rack
class MiniProfiler
VERSION = '1.1.4'
VERSION = '1.1.5'
end
end

0 comments on commit 90e1a04

Please sign in to comment.