Skip to content

Commit 9423bd3

Browse files
committed
Release 3.6.2
1 parent b5b6c1d commit 9423bd3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.markdown

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

33
## master (unreleased)
44

5+
## 3.6.2
6+
7+
* [#255](https://github.com/rails/web-console/pull/255) Fix the truncated HTML body, because of wrong Content-Length header ([@timomeh])
8+
59
## 3.6.1
610

711
* [#252](https://github.com/rails/web-console/pull/252) Fix improper injection in Rack bodies like ActionDispatch::Response::RackBody ([@gsamokovarov])
@@ -126,3 +130,4 @@ go to 3.1.0 instead.
126130
[@pat]: https://github.com/pat
127131
[@ybart]: https://github.com/ybart
128132
[@fl0l0u]: https://github.com/fl0l0u
133+
[@timomeh]: https://github.com/timomeh

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 = "3.6.1"
4+
VERSION = "3.6.2"
55
end

0 commit comments

Comments
 (0)