diff --git a/CHANGELOG.md b/CHANGELOG.md index b570e23f..8e7bf556 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/lib/mini_profiler/version.rb b/lib/mini_profiler/version.rb index bf35da57..23137bf9 100644 --- a/lib/mini_profiler/version.rb +++ b/lib/mini_profiler/version.rb @@ -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