Skip to content

Commit 23e7ab1

Browse files
committed
Release 4.0.2
1 parent be84e64 commit 23e7ab1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
## 4.0.2
6+
7+
* [#285](https://github.com/rails/web-console/pull/285) Increase timeout on paste ([@celvro])
8+
59
## 4.0.1
610

711
* [#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.
154158
[@causztic]: https://github.com/causztic
155159
[@yuki24]: https://github.com/yuki24
156160
[@patorash]: https://github.com/patorash
161+
[@celvro]: https://github.com/celvro

lib/web_console/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WebConsole
4-
VERSION = "4.0.1"
4+
VERSION = "4.0.2"
55
end

0 commit comments

Comments
 (0)