Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-riesco committed Jun 8, 2018
1 parent 12603de commit 52a78ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Security


## [2.8.0] - 2018-06-07

### Fixed
* Fixed query panel for non-sql connectors (#451)
* Fixed build failure with dtrace-provider (#421)
* Fixed broken oauth redirection in web app (#260)

### Security
* Disabled nodeIntegration (#453)
* Ensured new windows are created using `shell.openExternal` (#453)


## [2.7.0] - 2018-05-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "falcon-sql-client",
"version": "2.7.0",
"version": "2.8.0",
"description": "Free, open-source SQL client for Windows, Mac and Linux",
"main": "./backend/main.js",
"scripts": {
Expand Down

0 comments on commit 52a78ed

Please sign in to comment.