Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Jul 9, 2021
1 parent cefa755 commit 8968ddc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.7.0] - 2021-07-09
### Added
- Command-line argument `--retries` to alter maximum number of attempts to send a command
- Command-line parameter `--retries` to alter maximum number of attempts to send a command
to a SwitchBot device (default unchanged)

### Fixed
Expand Down Expand Up @@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Subscribe to `homeassistant/switch/switchbot/+/set`.
Handle `ON` and `OFF` messages.

[Unreleased]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.4.0...v0.4.1
Expand Down

0 comments on commit 8968ddc

Please sign in to comment.