Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Dec 7, 2023
1 parent 3c03459 commit f239b6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# CHANGELOG

## 3.2.1 - 2023-12-07
- [FIX] memory_profiler was broken due to an undefined local [#597](https://github.com/MiniProfiler/rack-mini-profiler/pull/597)

## 3.2.0 - 2023-12-06
- [BREAKING CHANGE] Ruby version 2.7.0 or later is required.
- [FEATURE] All RMP actions can be chosen by including a X-Rack-Mini-Profiler header as well as by query parameter. [#578](https://github.com/MiniProfiler/rack-mini-profiler/pull/578)
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_profiler/version.rb
Expand Up @@ -2,7 +2,7 @@

module Rack
class MiniProfiler
VERSION = '3.2.0'
VERSION = '3.2.1'
SOURCE_CODE_URI = 'https://github.com/MiniProfiler/rack-mini-profiler'
end
end

0 comments on commit f239b6e

Please sign in to comment.