Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Feb 14, 2024
1 parent 263f0d8 commit 5e42a57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
# CHANGELOG

## Unreleased
## 3.3.1 - 2024-02-15
- [FEATURE] Support dynamic `config.content_security_policy_nonce` [#609](https://github.com/MiniProfiler/rack-mini-profiler/pull/609)

- [FEATURE] Add flamgraph path to response header: [#601](https://github.com/MiniProfiler/rack-mini-profiler/pull/601)

## 3.3.0 - 2023-12-07
- [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)
Expand Down
4 changes: 2 additions & 2 deletions lib/mini_profiler/version.rb
Expand Up @@ -2,7 +2,7 @@

module Rack
class MiniProfiler
VERSION = '3.3.0'
SOURCE_CODE_URI = 'https://github.com/MiniProfiler/rack-mini-profiler'
VERSION = "3.3.1"
SOURCE_CODE_URI = "https://github.com/MiniProfiler/rack-mini-profiler"
end
end

0 comments on commit 5e42a57

Please sign in to comment.