We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c721db3 commit 06d8878Copy full SHA for 06d8878
CHANGELOG.md
@@ -30,3 +30,7 @@
30
# 1.1.6
31
32
- Namespace ProcessUtilization middleware to Peek::Views::PerformanceBar - #21 (@jnunemaker)
33
+
34
+# 1.2.0
35
36
+- Allow `PerformanceBar::ProcessUtilization::Body` to behave like normal response body - #22 (@tubaxenor)
lib/peek-performance_bar/version.rb
@@ -1,5 +1,5 @@
1
module Peek
2
module PerformanceBar
3
- VERSION = '1.1.6'
+ VERSION = '1.2.0'
4
end
5
0 commit comments