Skip to content

Commit 4ad87a7

Browse files
committed
Release 3.2.1
1 parent 96aa4cb commit 4ad87a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

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

711
* [#198](https://github.com/rails/web-console/pull/198) Pick the first application trace binding on errors ([@sh19910711])

lib/web_console/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module WebConsole
2-
VERSION = '3.2.0'
2+
VERSION = '3.2.1'
33
end

0 commit comments

Comments
 (0)