Skip to content

Commit

Permalink
v3.6.3 changes
Browse files Browse the repository at this point in the history
v3.6.3 changes
  • Loading branch information
Terbau authored Aug 3, 2021
2 parents 7c53934 + c6b8fed commit 80ee9aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Changelog
Detailed version changes.


v3.6.3
------

Bug fixes
---------

- Fixed an issue that made it possible for programs with ill intent to send events to the client.


v3.6.2
------

Expand Down
2 changes: 1 addition & 1 deletion fortnitepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
SOFTWARE.
"""

__version__ = '3.6.2'
__version__ = '3.6.3'

from .client import Client, run_multiple, start_multiple, close_multiple
from .auth import (Auth, EmailAndPasswordAuth, ExchangeCodeAuth,
Expand Down

0 comments on commit 80ee9aa

Please sign in to comment.