diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a5f757..905db14b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.7.18](https://github.com/antares-sql/antares/compare/v0.7.17...v0.7.18) (2023-10-03) + + +### Bug Fixes + +* hotfix for Microsoft Store unauthorized process ([b3b698b](https://github.com/antares-sql/antares/commit/b3b698b3a23a3c848921ab40fc0fec5d8178ef0e)) + ### [0.7.17](https://github.com/antares-sql/antares/compare/v0.7.17-beta.2...v0.7.17) (2023-09-30) ### [0.7.17-beta.2](https://github.com/antares-sql/antares/compare/v0.7.17-beta.1...v0.7.17-beta.2) (2023-09-28) diff --git a/package-lock.json b/package-lock.json index f803a9bc..b88ed62c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antares", - "version": "0.7.17", + "version": "0.7.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "antares", - "version": "0.7.17", + "version": "0.7.18", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 86448bf5..c9719d66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antares", "productName": "Antares", - "version": "0.7.17", + "version": "0.7.18", "description": "A modern, fast and productivity driven SQL client with a focus in UX.", "license": "MIT", "repository": "https://github.com/antares-sql/antares.git",