diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index edc9c210..9f1b76a1 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -2,6 +2,11 @@ ## master (unreleased) +## 4.0.3 + +* [#291](https://github.com/rails/web-console/pull/291) Deprecate config.web_console.whitelisted_ips ([@JuanitoFatas]) +* [#290](https://github.com/rails/web-console/pull/290) Fix Content-Length for rack >= 2.1.0 ([@p8]) + ## 4.0.2 * [#285](https://github.com/rails/web-console/pull/285) Increase timeout on paste ([@celvro]) @@ -159,3 +164,5 @@ go to 3.1.0 instead. [@yuki24]: https://github.com/yuki24 [@patorash]: https://github.com/patorash [@celvro]: https://github.com/celvro +[@JuanitoFatas]: https://github.com/JuanitoFatas +[@p8]: https://github.com/p8 diff --git a/lib/web_console/version.rb b/lib/web_console/version.rb index 42e48996..6906773f 100644 --- a/lib/web_console/version.rb +++ b/lib/web_console/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WebConsole - VERSION = "4.0.2" + VERSION = "4.0.3" end