Skip to content

Commit

Permalink
Version bump (0.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 committed Oct 26, 2021
1 parent 5b7e0ec commit e489eb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.5.0] 26/10/2021
### Added
- Caching mechanism ([docs](https://pyhackthebox.readthedocs.io/en/latest/htb.html))
- Automatic prompting for details
### Fixed
- Handling some unusual API responses

## [0.4.4] 24/10/2021
### Added
- Added the ability to spawn machines (both release arena and not)
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.4"
USER_AGENT = "htb-api/0.5.0"
DOWNLOAD_COOLDOWN = 30

0 comments on commit e489eb0

Please sign in to comment.