From 2992dd43e8c9a9acaca10f3aabfb351eb77817e4 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 3 Nov 2017 22:05:29 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f83a57..3191278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.9.10 - 2017-11-03 + +- Make idle connection timeout configurable, [GH-282] +- Fix panics when sshinfo is not set on bookmarks, [GH-296] +- Dot now allow using startup bookmark in multi-session mode, [GH-300] +- Add ability to copy table name from the sidebar, [GH-301] + ## 0.9.9 - 2017-09-28 - Automatically format JSON data exports, GH-255