Skip to content

Commit 949ddab

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]: #115 [#114]: #114
1 parent a613d6b commit 949ddab

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
@@ -2,6 +2,11 @@
22

33
## master (unreleased)
44

5+
## 2.1.2
6+
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+
510
## 2.1.1
611

712
* [#112](https://github.com/rails/web-console/pull/112) Always allow application/x-www-form-urlencoded content type ([@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.1'
2+
VERSION = '2.1.2'
33
end

0 commit comments

Comments
 (0)