diff --git a/CHANGELOG.md b/CHANGELOG.md index ddcd96b2..df448692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.18.4 (2019/01/28) + +* Update hosts for extra and update rules +* Update IPs for extra and update rules +* Fix NCSI Microsoft probes + ## 4.18.3 (2018/12/31) * Update hosts for extra and update rules diff --git a/app.conf b/app.conf index e6c2223f..66d9f9a0 100644 --- a/app.conf +++ b/app.conf @@ -1,5 +1,5 @@ { - "version": "4.18.3", + "version": "4.18.4", "debug": false, "useEmbeddedData": true, "proxifier": { diff --git a/appveyor.yml b/appveyor.yml index 6810118b..d6cc8bbc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ environment: JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0 GOPATH: C:\gopath GOROOT: C:\go\ - GOVERSION: 1.11.2 + GOVERSION: 1.11.5 install: - ps: choco install ant diff --git a/build.properties b/build.properties index c466e946..91d16096 100644 --- a/build.properties +++ b/build.properties @@ -4,7 +4,7 @@ app.name = WindowsSpyBlocker app.desc = Block spying and tracking on Windows app.package = github.com/crazy-max/WindowsSpyBlocker app.url = https://${app.package} -app.version = 4.18.3 +app.version = 4.18.4 app.default.release = 0 # Libs