This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to
0.20.0
, write CHANGELOG.md
- Loading branch information
1 parent
2dccf5b
commit 02d4e5e
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
## Changelog for v0.19.1 | ||
## Changelog for v0.20.0 | ||
|
||
- **BUGFIX**: The auth mode `CookieToken` was broken and is now fixed | ||
- The cookies were neither received nor appended which caused a `invalid credentials` error on any connection function after the inital login | ||
- Added the `workspace` attribute to the Homescript struct |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version := 0.19.1 | ||
version := 0.20.0 | ||
|
||
test: | ||
go test -v -race . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package sdk | ||
|
||
// Specifies the SDK version | ||
const Version = "0.19.1" | ||
const Version = "0.20.0" | ||
|
||
// Specifies the oldest Smarthome version this SDK can connect to | ||
const MinSmarthomeVersion = "0.2.0" |