From 00581430ed973532d037fc57ea83b6699178f3b2 Mon Sep 17 00:00:00 2001 From: Veit Hailperin Date: Mon, 17 Dec 2018 10:21:36 +0100 Subject: [PATCH] Bump version number --- CHANGELOG.md | 5 +++++ DetectDynamicJS.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a5f66..e0a7f0d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + +## v0.10 (Lance) + - fix bug in hasAuthenticationCharacteristic + - reduce amount of requests + ## v0.9 (Buddy Holly) - fix bugs diff --git a/DetectDynamicJS.py b/DetectDynamicJS.py index ff9293b..acaaac2 100644 --- a/DetectDynamicJS.py +++ b/DetectDynamicJS.py @@ -30,8 +30,8 @@ except ImportError: print "Failed to load dependencies. This issue maybe caused by using an unstable Jython version." -VERSION = '0.9' -VERSIONNAME = 'Buddy Holly' +VERSION = '0.10' +VERSIONNAME = 'Lance' class BurpExtender(IBurpExtender, IScannerCheck, IExtensionStateListener, IHttpRequestResponse):