Skip to content

Commit b18a195

Browse files
committed
Release 4.0.3
1 parent d5f289d commit b18a195

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.markdown

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## master (unreleased)
44

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+
510
## 4.0.2
611

712
* [#285](https://github.com/rails/web-console/pull/285) Increase timeout on paste ([@celvro])
@@ -159,3 +164,5 @@ go to 3.1.0 instead.
159164
[@yuki24]: https://github.com/yuki24
160165
[@patorash]: https://github.com/patorash
161166
[@celvro]: https://github.com/celvro
167+
[@JuanitoFatas]: https://github.com/JuanitoFatas
168+
[@p8]: https://github.com/p8

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.2"
4+
VERSION = "4.0.3"
55
end

0 commit comments

Comments
 (0)