We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 411a4ee + c492177 commit e75be32Copy full SHA for e75be32
CHANGELOG.markdown
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+## 2.1.1
6
+
7
+* [#112](https://github.com/rails/web-console/pull/112) Always allow application/x-www-form-urlencoded content type ([@gsamokovarov])
8
9
## 2.1.0
10
11
* [#109](https://github.com/rails/web-console/pull/109) Revamp unavailable session response message ([@gsamokovarov])
lib/web_console/version.rb
@@ -1,3 +1,3 @@
1
module WebConsole
- VERSION = '2.1.0'
+ VERSION = '2.1.1'
end
0 commit comments