Skip to content

Commit

Permalink
Bump version (0.5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 authored Feb 13, 2022
1 parent 44ac3d5 commit aaaa4bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.5.3] 13/02/2022
### Added
- Add the 'remember me' option for long-lasting refresh tokens
### Fixed
- Correctly handle a failure to refresh authentication

## [0.5.2] 22/11/2021
### Fixed
- Use the correct API endpoint for retrieving the current VPN server
Expand Down
2 changes: 1 addition & 1 deletion hackthebox/htb.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(self, email: Optional[str] = None, password: Optional[str] = None,
password: The authenticating user's password
otp: The current OTP of the user, if 2FA is enabled
cache: The path to load/store access tokens from/to
remember: create long token
remember: Whether to create a long-lasting 'remember me' token
"""
self._api_base = api_base
if cache is not None:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="PyHackTheBox",
version="0.5.2",
version="0.5.3",
author="[email protected]",
author_email="[email protected]",
description="A wrapper for the Hack The Box API.",
Expand Down

0 comments on commit aaaa4bd

Please sign in to comment.