Skip to content

Commit 5e42a57

Browse files
committed
version bump
1 parent 263f0d8 commit 5e42a57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 3.3.1 - 2024-02-15
44
- [FEATURE] Support dynamic `config.content_security_policy_nonce` [#609](https://github.com/MiniProfiler/rack-mini-profiler/pull/609)
5-
5+
- [FEATURE] Add flamgraph path to response header: [#601](https://github.com/MiniProfiler/rack-mini-profiler/pull/601)
66

77
## 3.3.0 - 2023-12-07
88
- [FEATURE] Use `?pp=flamegraph?ignore_gc=true` or `config.flamegraph_ignore_gc` to ignore gc in flamegraphs. [#599](https://github.com/MiniProfiler/rack-mini-profiler/pull/599)

lib/mini_profiler/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Rack
44
class MiniProfiler
5-
VERSION = '3.3.0'
6-
SOURCE_CODE_URI = 'https://github.com/MiniProfiler/rack-mini-profiler'
5+
VERSION = "3.3.1"
6+
SOURCE_CODE_URI = "https://github.com/MiniProfiler/rack-mini-profiler"
77
end
88
end

0 commit comments

Comments
 (0)