diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c2565b..44753664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 3.0.0 - 2022-02-24 + +- PERF: Improve snapshots page performance (#518) (introduces breaking changes to the API of `AbstractStore`, `MemoryStore` and `RedisStore`, and removes the `snapshots_limit` config option.) + ## 2.3.4 - 2022-02-23 - [FEATURE] Add cookie path support for subfolder sites diff --git a/lib/mini_profiler/version.rb b/lib/mini_profiler/version.rb index 2857b26f..2e53994f 100644 --- a/lib/mini_profiler/version.rb +++ b/lib/mini_profiler/version.rb @@ -2,7 +2,7 @@ module Rack class MiniProfiler - VERSION = '2.3.4' + VERSION = '3.0.0' SOURCE_CODE_URI = 'https://github.com/MiniProfiler/rack-mini-profiler' end end