Skip to content

Commit

Permalink
Update the change log for version 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Apr 19, 2019
1 parent 437dbae commit 25789a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,20 @@ team for note worthy changes.
Version 1.x.x
-------------

Version 1.13.1
^^^^^^^^^^^^^^

Released :release:`1.13.1` on April 19th, 2019

* Fixed broken references to :py:func:`~king_phisher.startup.start_process`
* Fixed a :py:exc:`KeyError` when creating a campaign for the first time (see: :issue:`365`)
* Updated SQLAlchemy and Jinja2 libraries for security patches

Version 1.13.0
^^^^^^^^^^^^^^

Released :release:`1.13.0` on April 4th, 2019

* Added support for logging MFA tokens with credentials
* Added support for using regular expressions to validate credentials
* Automatically try to install plugin dependencies with pip from PyPi
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
tab_width = 4

extlinks = {
'issue': ("https://github.com/{0}/issues/%s".format(GITHUB_REPO), '#'),
'release': ("https://github.com/{0}/releases/tag/v%s".format(GITHUB_REPO), 'v'),
'wiki': ("https://github.com/{0}/wiki/%s".format(GITHUB_REPO), ''),
}
Expand Down

0 comments on commit 25789a3

Please sign in to comment.