From e34b899ad65bafea6d01c7e38765c1c20f09df14 Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Fri, 12 May 2017 13:26:26 +0300 Subject: [PATCH] Release 3.5.1 --- CHANGELOG.markdown | 4 ++++ lib/web_console/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 4dfb1b6f..281eaea0 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -2,6 +2,10 @@ ## master (unreleased) +## 3.5.1 + +* [239](https://github.com/rails/web-console/pull/239) Fix the ActionDispatch::DebugExceptions integration ([@gsamokovarov]) + ## 3.5.0 * [237](https://github.com/rails/web-console/pull/237) Bindex integration for JRuby 9k support ([@gsamokovarov]) diff --git a/lib/web_console/version.rb b/lib/web_console/version.rb index d2c5865b..fe667298 100644 --- a/lib/web_console/version.rb +++ b/lib/web_console/version.rb @@ -1,3 +1,3 @@ module WebConsole - VERSION = '3.5.0' + VERSION = '3.5.1' end