Skip to content

Commit

Permalink
Bump version (0.4.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 committed Oct 24, 2021
1 parent be4b95f commit 2cca38a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [0.4.4] 24/10/2021
### Added
- Added the ability to spawn machines (both release arena and not)
- Added retrieving a machine's IP

## [0.4.3] 24/10/2021
### Fixed
- The API can return improperly padded base64 tokens. Manually pad them for some internal logic.
Expand Down
2 changes: 1 addition & 1 deletion hackthebox/constants.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
API_BASE = "https://www.hackthebox.eu/api/v4/"
USER_AGENT = "htb-api/0.4.3"
USER_AGENT = "htb-api/0.4.4"
DOWNLOAD_COOLDOWN = 30
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.4.3",
version="0.4.4",
author="clubby789@github.com",
author_email="clubby789@gmail.com",
description="A wrapper for the Hack The Box API.",
Expand Down

0 comments on commit 2cca38a

Please sign in to comment.