From 051d7d6eb45b05f43abf45cc6a18be713e51cb1b Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 5 Jan 2016 13:36:45 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 233204c..5442b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.7.0 - 2018-01-05 + +- Adds sequences to the sidebar panel - GH-100 +- Adds table constrains view - GH-104 +- Adds ability to export table and query rows as JSON/XML - GH-107 +- Updates to UI theme and SQL editor + ## 0.6.3 - 2015-08-16 - Adds PostgreSQL password escaping in web ui, GH-96