Skip to content

Commit

Permalink
Merge pull request #26 from ytkg/update-changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
ytkg authored Apr 1, 2023
2 parents 479449e + c8253c3 commit 1e9ace0
Showing 1 changed file with 20 additions and 33 deletions.
53 changes: 20 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,69 +4,56 @@
## v0.8.0
[full changelog](http://github.com/ytkg/switchbot/compare/v0.7.0...v0.8.0)

* Add Plug Mini
* https://github.com/ytkg/switchbot/pull/21
* Add Plug Mini (https://github.com/ytkg/switchbot/pull/21)

## v0.7.0
[full changelog](http://github.com/ytkg/switchbot/compare/v0.6.0...v0.7.0)

* Add Lock
* https://github.com/ytkg/switchbot/pull/16
* :bomb: **[BREAKING CHANGE]** Support SwitchBot API v1.1
* https://github.com/ytkg/switchbot/pull/15
* The authentication method has been changed.
* Add Lock (https://github.com/ytkg/switchbot/pull/16)
* :bomb: **[BREAKING CHANGE]** Support SwitchBot API v1.1 ( https://github.com/ytkg/switchbot/pull/15)

```ruby
client = Switchbot::Client.new('YOUR_TOKEN', 'YOUR_SECRET')
```
The authentication method has been changed.

You must update the app to the latest version, V6.14 or later, in order to get the secret key.
```ruby
client = Switchbot::Client.new('YOUR_TOKEN', 'YOUR_SECRET')
```

You must update the app to the latest version, V6.14 or later, in order to get the secret key.

## v0.6.0
[full changelog](http://github.com/ytkg/switchbot/compare/v0.5.1...v0.6.0)

* Add ColorBulb
* https://github.com/ytkg/switchbot/pull/14
* :bomb: **[BREAKING CHANGE]** Update faraday v2 and Drop support ruby 2.5
* https://github.com/ytkg/switchbot/pull/12
* Add ColorBulb (https://github.com/ytkg/switchbot/pull/14)
* :bomb: **[BREAKING CHANGE]** Update faraday v2 and Drop support ruby 2.5 (https://github.com/ytkg/switchbot/pull/12)

## v0.5.1
[full changelog](http://github.com/ytkg/switchbot/compare/v0.5.0...v0.5.1)

* Enable MFA requirement for gem releasing
* https://github.com/ytkg/switchbot/pull/11
* Enable MFA requirement for gem releasing (https://github.com/ytkg/switchbot/pull/11)

## v0.5.0
[full changelog](http://github.com/ytkg/switchbot/compare/v0.4.0...v0.5.0)

* Add Bot
* https://github.com/ytkg/switchbot/pull/9
* Add Bot (https://github.com/ytkg/switchbot/pull/9)

## v0.4.0
[full changelog](http://github.com/ytkg/switchbot/compare/v0.3.0...v0.4.0)

* Add Humidifier
* https://github.com/ytkg/switchbot/pull/7
* Add Light
* https://github.com/ytkg/switchbot/pull/6
* Add Device#on? and Device#off?
* https://github.com/ytkg/switchbot/pull/5
* Add Humidifier (https://github.com/ytkg/switchbot/pull/7)
* Add Light (https://github.com/ytkg/switchbot/pull/6)
* Add Device#on? and Device#off? (https://github.com/ytkg/switchbot/pull/5)

## v0.3.0
[full changelog](http://github.com/ytkg/switchbot/compare/v0.2.0...v0.3.0)

* Add `Device#on` and `Device#off`
* https://github.com/ytkg/switchbot/pull/4
* Add Device#commands
* https://github.com/ytkg/switchbot/pull/3
* Add Device#on and Device#off (https://github.com/ytkg/switchbot/pull/4)
* Add Device#commands (https://github.com/ytkg/switchbot/pull/3)

## v0.2.0
[full changelog](http://github.com/ytkg/switchbot/compare/v0.1.0...v0.2.0)

* Add resource methods
* https://github.com/ytkg/switchbot/pull/2
* Support scenes endpoint
* https://github.com/ytkg/switchbot/pull/1
* Add resource methods (https://github.com/ytkg/switchbot/pull/2)
* Support scenes endpoint (https://github.com/ytkg/switchbot/pull/1)

## v0.1.0
* first release

0 comments on commit 1e9ace0

Please sign in to comment.