diff --git a/changelog.md b/changelog.md index 9ad8a10..95ba7cf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +# v2.3.1 +- feat: integrate with the google analytics for future improvements + # v2.3.0 - feat: Flush DNS cache [#58](https://github.com/DnsChanger/dnsChanger-desktop/issues/58) diff --git a/package.json b/package.json index 4203baa..2889a92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dnschanger", "productName": "dnschanger", - "version": "2.3.0", + "version": "2.3.1", "debug": { "env": { "VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"