Skip to content

Commit

Permalink
Bump v3.4.0
Browse files Browse the repository at this point in the history
- Airtable status checker
- [dev] GitHub action to ensure that changelog was updated
- [dev] mypy typing check
- Status.io status checkers handle maintenance
  • Loading branch information
Rust Saiargaliev committed Sep 5, 2020
1 parent b4cb53c commit c786447
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,15 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added

### Changed

### Removed

## [3.4.0] - 2020-09-05
### Added
- Airtable status checker
- [dev] GitHub action to ensure that changelog was updated
- [dev] mypy typing check

### Changed
- Status.io status checkers handle maintenance

### Removed

## [3.3.0] - 2020-09-03
### Added
- Vercel status checker
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__ = "hi@amureki.me"
__url__ = "https://github.com/amureki/statuscheck"
__version__ = "3.3.0"
__version__ = "3.4.0"

0 comments on commit c786447

Please sign in to comment.