diff --git a/CHANGELOG.md b/CHANGELOG.md index f7724e7..99cd324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ## Release history -### 0.2.0 - alpha (2021-08-01) +### 0.2.1 - alpha2 (2021-08-03) + +* Improved the fuzzing module. +* Added request templates. +* Added Combine and Empty plugins. +* Fixed many bugs. + +### 0.2.0 - alpha1 (2021-08-01) * Added new operations and plugins. * Improved existing operations and plugins. diff --git a/pyproject.toml b/pyproject.toml index d27bc97..86502fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "raider" - version = "0.2.0" + version = "0.2.1" description = "Web authentication testing framework" authors = ["Daniel Neagaru "] packages = [