We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be84e64 commit 23e7ab1Copy full SHA for 23e7ab1
CHANGELOG.markdown
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+## 4.0.2
6
+
7
+* [#285](https://github.com/rails/web-console/pull/285) Increase timeout on paste ([@celvro])
8
9
## 4.0.1
10
11
* [#279](https://github.com/rails/web-console/pull/279) Fix initial config.web_console.permissions value ([@patorash])
@@ -154,3 +158,4 @@ go to 3.1.0 instead.
154
158
[@causztic]: https://github.com/causztic
155
159
[@yuki24]: https://github.com/yuki24
156
160
[@patorash]: https://github.com/patorash
161
+[@celvro]: https://github.com/celvro
lib/web_console/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module WebConsole
- VERSION = "4.0.1"
+ VERSION = "4.0.2"
end
0 commit comments