Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Rebagliati committed Sep 19, 2022
2 parents 71a17db + 2217c53 commit e25439c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# v2.9 - 2022/08/16
# v2.8 - 2022/09/19

* Add refresh workspace bottom
* Fix website field
* Now the host,services and vulns create have a command associated

# v2.8 - 2022/07/06

* Add refresh workspace bottom

# v2.7 - 2021/07/21

* Use Faraday api version 3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = 'burp'
version = 'v2.7'
version = 'v2.8'
archivesBaseName = 'faraday-burp'

sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

public class BurpExtender implements IBurpExtender, IExtensionStateListener, IScannerListener, IContextMenuFactory {

private static final String EXTENSION_VERSION = "2.7";
private static final String EXTENSION_VERSION = "2.8";

private static final String EXTENSION_NAME = "Faraday plugin for Burp (v: " + EXTENSION_VERSION + ")";

Expand Down

0 comments on commit e25439c

Please sign in to comment.