diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b832688..2cc7645a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security +## [4.1.0] - 2018-12-21 + +### Added + +* Clickhouse connector + +### Security + +* Upgraded Electron + ## [4.0.0] - 2018-12-04 ### Fixed diff --git a/package.json b/package.json index 15cc8c6aa..38a880d4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "falcon-sql-client", - "version": "4.0.0", + "version": "4.1.0", "description": "Free, open-source SQL client for Windows, Mac and Linux", "main": "./backend/main.js", "scripts": {