From fc38f2c42f77b4cc9723197816bd2d445731e140 Mon Sep 17 00:00:00 2001 From: Nicolas Riesco Date: Mon, 13 Aug 2018 17:47:49 +0100 Subject: [PATCH] Version 3.0.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0a1d8f1..a09b53be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security +## [3.0.3] - 2018-08-13 + +### Added +* OnPrem: Added env variable `PLOTY_CONNECTOR_BASE_URL` to customise the + `connectorUrl` set in a query metadata (#514) + +### Fixed +* OnPrem: Fixed connectorUrl in query metadata + (https://github.com/plotly/streambed/issues/11310) + + ## [3.0.2] - 2018-08-10 ### Fixed diff --git a/package.json b/package.json index 929d75cf8..4e347cd7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "falcon-sql-client", - "version": "3.0.2", + "version": "3.0.3", "description": "Free, open-source SQL client for Windows, Mac and Linux", "main": "./backend/main.js", "scripts": {