From a06bed3b9a306b8aa66982715bd2d7384891c433 Mon Sep 17 00:00:00 2001 From: sajjad isvand Date: Fri, 8 Nov 2024 16:25:57 +0330 Subject: [PATCH] chore: update version to 2.3.1 --- changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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/"