Skip to content

Commit

Permalink
Add changelog and upgrading info for v0.13.0
Browse files Browse the repository at this point in the history
MSP-11245
MSP-11247
MSP-11248
  • Loading branch information
limhoff-r7 committed Oct 23, 2014
1 parent b5fb52f commit ccf66ff
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## v0.13.0

* Enhancements
* [#76](https://github.com/rapid7/metasploit-credential/pull/76) - [@dmaloney](https://github.com/dmaloney-r7)
* Blank passwords (`Metasploit::Credential::BlankPassword`) and usernames (`Metasploit::Credential::BlankUsername`),
including importer detecting `<BLANK>`.
* Metasploit::Credential::Core` with only a realm is now valid.

* Incompatible Changes
* [#76](https://github.com/rapid7/metasploit-credential/pull/76) - [@dmaloney](https://github.com/dmaloney-r7)
* `Metasploit::Credential::Public` uses Single-Table Inheritance (STI), so SQL access need to be aware of the `type` column.
* The `:metasploit_credential_public` factory will now randomly generate a `Metasploit::Credential::BlankUsername`
or `Metasploit::Credential::Username`. If you use `:metasploit_credential_public`, you need to ensure that you
can handle blank usernames, otherwise use `:metasploit_credential_username` to get the old behavior.
6 changes: 6 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Upgrading

## V0.13.0

* If you use `:metasploit_credential_public`, you need to ensure that you can handle blank usernames, otherwise use
`:metasploit_credential_username` to get the old behavior.

0 comments on commit ccf66ff

Please sign in to comment.