File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 4.0.3
6
+
7
+ * [ #291 ] ( https://github.com/rails/web-console/pull/291 ) Deprecate config.web_console.whitelisted_ips ([ @JuanitoFatas ] )
8
+ * [ #290 ] ( https://github.com/rails/web-console/pull/290 ) Fix Content-Length for rack >= 2.1.0 ([ @p8 ] )
9
+
5
10
## 4.0.2
6
11
7
12
* [ #285 ] ( https://github.com/rails/web-console/pull/285 ) Increase timeout on paste ([ @celvro ] )
@@ -159,3 +164,5 @@ go to 3.1.0 instead.
159
164
[ @yuki24 ] : https://github.com/yuki24
160
165
[ @patorash ] : https://github.com/patorash
161
166
[ @celvro ] : https://github.com/celvro
167
+ [ @JuanitoFatas ] : https://github.com/JuanitoFatas
168
+ [ @p8 ] : https://github.com/p8
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module WebConsole
4
- VERSION = "4.0.2 "
4
+ VERSION = "4.0.3 "
5
5
end
You can’t perform that action at this time.
0 commit comments