Skip to content

Commit

Permalink
Bump v3.10.0
Browse files Browse the repository at this point in the history
- Basecamp status checker
- Clubhouse.io status checker
- Epic Games status checker
- Make a network request only when `get_summary()` is called, not on a new API instance
  • Loading branch information
Rust Saiargaliev committed Feb 9, 2021
1 parent aabbfc2 commit 2327300
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added

### Changed

### Removed

## [3.10.0] - 2021-02-09
### Added
- Basecamp status checker
- Clubhouse.io status checker
- Epic Games status checker

### Changed
- Make a network request only when `get_summary` is called, not on a new API instance

### Removed
- Make a network request only when `get_summary()` is called, not on a new API instance

## [3.9.0] - 2021-01-16
### Changed
Expand Down
2 changes: 1 addition & 1 deletion statuscheck/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "Rust Saiargaliev"
__email__ = "[email protected]"
__url__ = "https://github.com/amureki/statuscheck"
__version__ = "3.9.0"
__version__ = "3.10.0"

0 comments on commit 2327300

Please sign in to comment.