From 1b54dc0fdf9fc3163259f72f1701bf721dd18c52 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Tue, 4 Dec 2018 15:07:45 -0500 Subject: [PATCH] v4 changelog --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d8fcb78..b7b832688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security +## [4.0.0] - 2018-12-04 + +### Fixed + +* Google BigQuery tabs are now closeable and delete scheduled queries + +### Changed + +* Branding and labelling has been changed from Plot.ly/On-Premises to Chart Studio Cloud/Enterprise + +### Removed + +* The "Plot.ly" tab has been removed and the login button has been moved to the "Schedule" tab +* The IBM DB2 connector has been (hopefully temporarily) removed + +### Security + +* Grids created by Falcon are now non-world-readable by default + ## [3.1.0] - 2018-11-02 ### Added diff --git a/package.json b/package.json index 1df3f3d13..7343c8aff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "falcon-sql-client", - "version": "3.1.0", + "version": "4.0.0", "description": "Free, open-source SQL client for Windows, Mac and Linux", "main": "./backend/main.js", "scripts": {