We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96aa4cb commit 4ad87a7Copy full SHA for 4ad87a7
CHANGELOG.markdown
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+## 3.2.1
6
+
7
+* [#202](https://github.com/rails/web-console/pull/202) Use first binding when there is no application binding ([@sh19910711])
8
9
## 3.2.0
10
11
* [#198](https://github.com/rails/web-console/pull/198) Pick the first application trace binding on errors ([@sh19910711])
lib/web_console/version.rb
@@ -1,3 +1,3 @@
1
module WebConsole
- VERSION = '3.2.0'
+ VERSION = '3.2.1'
end
0 commit comments