Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Rebagliati committed Mar 26, 2021
1 parent 5ed515b commit 9c406ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.6 - 2021/03/26

* Don't show inactive workspaces
* Send "Detail" field to "Data" field in faraday

# v2.0 - 2019/02/01

* Rewrote the extension using Java.
Expand Down
1 change: 0 additions & 1 deletion TODO.md

This file was deleted.

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.5'
version = 'v2.6'
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 @@ -28,7 +28,7 @@

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

private static final String EXTENSION_VERSION = "2.5";
private static final String EXTENSION_VERSION = "2.6";

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

Expand Down

0 comments on commit 9c406ff

Please sign in to comment.