Skip to content

Commit f239b6e

Browse files
committed
3.2.1
1 parent 3c03459 commit f239b6e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 3.2.1 - 2023-12-07
4+
- [FIX] memory_profiler was broken due to an undefined local [#597](https://github.com/MiniProfiler/rack-mini-profiler/pull/597)
5+
36
## 3.2.0 - 2023-12-06
47
- [BREAKING CHANGE] Ruby version 2.7.0 or later is required.
58
- [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)

lib/mini_profiler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Rack
44
class MiniProfiler
5-
VERSION = '3.2.0'
5+
VERSION = '3.2.1'
66
SOURCE_CODE_URI = 'https://github.com/MiniProfiler/rack-mini-profiler'
77
end
88
end

0 commit comments

Comments
 (0)