Skip to content

Commit

Permalink
Release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Jun 17, 2020
1 parent d5f289d commit b18a195
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/web_console/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WebConsole
VERSION = "4.0.2"
VERSION = "4.0.3"
end

0 comments on commit b18a195

Please sign in to comment.