From c7864472c19ebc142f04197abb91fd57425bcfcb Mon Sep 17 00:00:00 2001 From: Rust Saiargaliev Date: Sat, 5 Sep 2020 11:54:14 +0200 Subject: [PATCH] Bump v3.4.0 - Airtable status checker - [dev] GitHub action to ensure that changelog was updated - [dev] mypy typing check - Status.io status checkers handle maintenance --- CHANGELOG.md | 9 +++++++-- statuscheck/__about__.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e011e3c..c0428f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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 @@ -13,8 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Status.io status checkers handle maintenance -### Removed - ## [3.3.0] - 2020-09-03 ### Added - Vercel status checker diff --git a/statuscheck/__about__.py b/statuscheck/__about__.py index 2677260..7bf8bdb 100644 --- a/statuscheck/__about__.py +++ b/statuscheck/__about__.py @@ -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"