Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit fc38f2c

Browse files
committed
Version 3.0.3
1 parent 85590b4 commit fc38f2c

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020
### Security
2121

2222

23+
## [3.0.3] - 2018-08-13
24+
25+
### Added
26+
* OnPrem: Added env variable `PLOTY_CONNECTOR_BASE_URL` to customise the
27+
`connectorUrl` set in a query metadata (#514)
28+
29+
### Fixed
30+
* OnPrem: Fixed connectorUrl in query metadata
31+
(https://github.com/plotly/streambed/issues/11310)
32+
33+
2334
## [3.0.2] - 2018-08-10
2435

2536
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "falcon-sql-client",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Free, open-source SQL client for Windows, Mac and Linux",
55
"main": "./backend/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)