diff --git a/CHANGELOG.md b/CHANGELOG.md index 9235a563..d2cb0090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # ChangeLog +### 4.1.11 +- FIX: Fixed crash of API process when using SSH tunnel connection (race condition) + ### 4.1.11 - FIX: fixed processing postgre query containing $$ - FIX: fixed postgre analysing procedures & functions diff --git a/README.md b/README.md index 38f19917..53784c4a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![NPM version](https://img.shields.io/npm/v/dbgate.svg)](https://www.npmjs.com/package/dbgate) +![GitHub All Releases](https://img.shields.io/github/downloads/dbgate/dbgate/total) [![dbgate](https://snapcraft.io/dbgate/badge.svg)](https://snapcraft.io/dbgate) [![dbgate](https://snapcraft.io/dbgate/trending.svg?name=0)](https://snapcraft.io/dbgate) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) diff --git a/package.json b/package.json index 9bf9b94a..11d3978e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "4.1.12-beta.2", + "version": "4.1.12", "name": "dbgate-all", "workspaces": [ "packages/*",