Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jan 28, 2021
1 parent 1994a3d commit 4abbad6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.3.1 - 2021-01-29

- [FIX] compatability with Ruby 3.0
- [FIX] compatability with peek-mysql2

## 2.3.0 - 2020-12-29

- [FEATURE] flamegraphs are now based off speedscope
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_profiler/version.rb
Expand Up @@ -2,6 +2,6 @@

module Rack
class MiniProfiler
VERSION = '2.3.0'
VERSION = '2.3.1'
end
end

0 comments on commit 4abbad6

Please sign in to comment.