Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finlaysawyer committed Jun 24, 2021
1 parent a7684ff commit 93cd593
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.3.0] - 2021-06-24

### Added
- Support for tcp monitoring (thanks @tferreira!)
- Added a pre-commit config and flake8

## Changed
- Added support for building the bot against multiple Python versions in CI
- Minor documentation & typing tweaks

## [1.2.1] - 2021-03-22

### Changed
Expand Down Expand Up @@ -58,3 +68,4 @@
[1.1.0]: https://github.com/finlaysawyer/discord-uptime/compare/v1.0.1...v1.1.0
[1.2.0]: https://github.com/finlaysawyer/discord-uptime/compare/v1.1.1...v1.2.0
[1.2.1]: https://github.com/finlaysawyer/discord-uptime/compare/v1.2.0...v1.2.1
[1.3.0]: https://github.com/finlaysawyer/discord-uptime/compare/v1.2.1...v1.3.0
2 changes: 1 addition & 1 deletion servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"name": "Gmail SMTP",
"type": "tcp",
"address": "smtp.gmail.com:465",
"address": "smtp.gmail.com:465"
},
{
"name": "Invalid ping",
Expand Down

0 comments on commit 93cd593

Please sign in to comment.