Skip to content

Commit

Permalink
Updated the ChangeLog for 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Mar 2, 2023
1 parent 4645a9d commit c6edc46
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 1.0.1 / 2023-03-01

* Require [ronin-support] ~> 1.0, >= 1.0.1.
* Require [ronin-payloads] ~> 0.1, >= 0.1.1.
* Require [ronin-vulns] ~> 0.1, >= 0.1.1.

#### CLI

* Fixed multiple bugs in the `--encoder-param` option of the
`ronin-exploits run ` command.

### 1.0.0 / 2023-02-01

* Upgraded to the LGPL-3 license.
Expand Down Expand Up @@ -291,7 +302,7 @@
* Added the Exploit#target which will return the current selected
target, or the first target of the exploit.
* Added the Exploit#arch, Exploit#os and Exploit#product methods.
* Added the Exploit#verify_target!, Exploit#verify_arch!,
* Added the Exploit#verify_target!, Exploit#verify_arch!,
Exploit#verify_os! and Exploit#verify_product! methods.
* Added Exploit#encoded_payload.
* Added Exploit#encode_payload!.
Expand Down

0 comments on commit c6edc46

Please sign in to comment.