diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9ed563c3..148d5c41 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,9 @@ -0.4.4, TBD +0.4.5, TBD + + New: Disable PatchGuard and Driver Signature Enforcement through the + zer0m0n VMCloak dependency. + +0.4.4, August 22nd, 2017 Tweak: Support multiple versions of the requests dependency. Tweak: Ignore proxies defined in environment variables (thanks Kolano). diff --git a/setup.py b/setup.py index 6b6f97df..6b573a49 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="VMCloak", - version="0.4.4", + version="0.4.5a1", author="Jurriaan Bremer", author_email="jbr@cuckoo.sh", url="http://vmcloak.org/",