diff --git a/changelog.md b/changelog.md index 25946a9..9ad8a10 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +# v2.3.0 + +- feat: Flush DNS cache [#58](https://github.com/DnsChanger/dnsChanger-desktop/issues/58) +- feat: Enable changing installation directory for NSIS installer [#69](https://github.com/DnsChanger/dnsChanger-desktop/issues/69) +- improved: Add custom server dialog +- layout(home): Reposition and align homepage action buttons + + # v2.2.0 - feat: Default Server, set the default DNS server for your system. This will be used when no custom server is set. (Optional) diff --git a/package-lock.json b/package-lock.json index 97113a6..0e1dde6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dnschanger", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dnschanger", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "dependencies": { "auto-launch": "^5.0.6", diff --git a/package.json b/package.json index e750a88..df08278 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dnschanger", "productName": "dnschanger", - "version": "2.2.0", + "version": "2.3.0", "debug": { "env": { "VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"