From cc272ae009e40d431e08943820fb1406f63e38ff Mon Sep 17 00:00:00 2001 From: sajjad isvand Date: Fri, 22 Sep 2023 00:34:27 +0330 Subject: [PATCH] update changelog & version --- changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 828a1c2..4d87061 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## v2.1.9 +- feat: Ethernet for mac mini and mac studio [PR #123](https://github.com/DnsChanger/dnsChanger-desktop/pull/49) +- feat: Change Network Interface [windows] ## v2.1.8 - feat: delete favorite server - added zip target #43 diff --git a/package.json b/package.json index 054d0f4..6af2355 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dnschanger", "productName": "dnschanger", - "version": "2.1.8", + "version": "2.1.9", "debug": { "env": { "VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"