Bumped version to v2.5.0.

This commit is contained in:
Joe Testa 2021-08-26 15:24:34 -04:00
parent 134236fa7f
commit 4f2f995b62
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ $ docker pull positronsecurity/ssh-audit
For convenience, a web front-end on top of the command-line tool is available at [https://www.ssh-audit.com/](https://www.ssh-audit.com/). For convenience, a web front-end on top of the command-line tool is available at [https://www.ssh-audit.com/](https://www.ssh-audit.com/).
## ChangeLog ## ChangeLog
### v2.5.0-dev (???) ### v2.5.0 (2021-08-26)
- Fixed crash when running host key tests. - Fixed crash when running host key tests.
- Handles server connection failures more gracefully. - Handles server connection failures more gracefully.
- Now prints JSON with indents when `-jj` is used (useful for debugging). - Now prints JSON with indents when `-jj` is used (useful for debugging).

View File

@ -21,7 +21,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
""" """
VERSION = 'v2.5.0-dev' VERSION = 'v2.5.0'
SSH_HEADER = 'SSH-{0}-OpenSSH_8.2' # SSH software to impersonate SSH_HEADER = 'SSH-{0}-OpenSSH_8.2' # SSH software to impersonate
GITHUB_ISSUES_URL = 'https://github.com/jtesta/ssh-audit/issues' # The URL to the Github issues tracker. GITHUB_ISSUES_URL = 'https://github.com/jtesta/ssh-audit/issues' # The URL to the Github issues tracker.
WINDOWS_MAN_PAGE = '' WINDOWS_MAN_PAGE = ''