Skip to content

Commit e75be32

Browse files
committed
Merge pull request #113 from gsamokovarov/prepare-for-2-1-1-release
Prepare 2.1.1 release
2 parents 411a4ee + c492177 commit e75be32

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

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+
59
## 2.1.0
610

711
* [#109](https://github.com/rails/web-console/pull/109) Revamp unavailable session response message ([@gsamokovarov])

lib/web_console/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module WebConsole
2-
VERSION = '2.1.0'
2+
VERSION = '2.1.1'
33
end

0 commit comments

Comments
 (0)