Skip to content

Commit 4492a68

Browse files
committed
Prepare for 2.1.2 release
I think the recent fixes are worth of a patch release. Here are the fixes: * [#115]: Show proper binding when raising an error in a template * [#114]: Fix templates non rendering, because of missing template suffix [#115]: rails#115 [#114]: rails#114
1 parent a613d6b commit 4492a68

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## 2.1.1
66

7+
* [#115](https://github.com/rails/web-console/pull/115) Show proper binding when raising an error in a template ([@gsamokovarov])
8+
* [#114](https://github.com/rails/web-console/pull/114) Fix templates non rendering, because of missing template suffix ([@gsamokovarov])
9+
10+
## 2.1.1
11+
712
* [#112](https://github.com/rails/web-console/pull/112) Always allow application/x-www-form-urlencoded content type ([@gsamokovarov])
813

914
## 2.1.0

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.1'
2+
VERSION = '2.1.2'
33
end

0 commit comments

Comments
 (0)