Skip to content

Commit

Permalink
Release 3.1.1 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Aug 1, 2023
1 parent 1d2bfce commit f20c4c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,11 @@
# CHANGELOG

## Unreleased
## 3.1.1 - 2023-08-01

- [FIX] Include configured base path in speedscope iframe URL
- [FIX] Include configured base path in speedscope iframe URL [#587](https://github.com/MiniProfiler/rack-mini-profiler/pull/587)
- [FIX] Race condition starting CacheCleanupThread [#586](https://github.com/MiniProfiler/rack-mini-profiler/pull/586)
- [FEATURE] Add controller name to description [#567](https://github.com/MiniProfiler/rack-mini-profiler/pull/567)
- [FIX] 'more' link w/HTTPS [#574](https://github.com/MiniProfiler/rack-mini-profiler/pull/574)

## 3.1.0 - 2023-04-11

Expand Down
2 changes: 1 addition & 1 deletion lib/mini_profiler/version.rb
Expand Up @@ -2,7 +2,7 @@

module Rack
class MiniProfiler
VERSION = '3.1.0'
VERSION = '3.1.1'
SOURCE_CODE_URI = 'https://github.com/MiniProfiler/rack-mini-profiler'
end
end

0 comments on commit f20c4c6

Please sign in to comment.