Skip to content

Commit e1ed9e6

Browse files
committed
Release 4.0.4
1 parent fb48374 commit e1ed9e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
## 4.0.4
6+
7+
* [fb483743](https://github.com/rails/web-console/commit/fb483743a6a2a4168cdc0b2e03f48fc393991b73) Fix a crash on webrick with Rack 2.2.3 ([@gsamokovarov])
8+
59
## 4.0.3
610

711
* [#291](https://github.com/rails/web-console/pull/291) Deprecate config.web_console.whitelisted_ips ([@JuanitoFatas])

lib/web_console/version.rb

+1-1
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.3"
4+
VERSION = "4.0.4"
55
end

0 commit comments

Comments
 (0)