diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91da368..2631d54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v3.4.0 hooks: - id: check-added-large-files - id: check-case-conflict diff --git a/CHANGELOG.md b/CHANGELOG.md index 98be3d2..07b2cd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- DNSimple, Fastly, SendGrid status checkers ### Changed -- [Dev] Dependencies update ### Removed +## [3.11.0] - 2021-03-03 +### Added +- DNSimple, Fastly, SendGrid status checkers + +### Changed +- [Dev] Dependencies update + ## [3.10.0] - 2021-02-09 ### Added - Basecamp status checker diff --git a/statuscheck/__about__.py b/statuscheck/__about__.py index fec30a2..5dcc250 100644 --- a/statuscheck/__about__.py +++ b/statuscheck/__about__.py @@ -1,4 +1,4 @@ __author__ = "Rust Saiargaliev" -__email__ = "hi@amureki.me" +__email__ = "amureki@hey.com" __url__ = "https://github.com/amureki/statuscheck" -__version__ = "3.10.0" +__version__ = "3.11.0"