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/"