Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.20.0, write CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed Aug 21, 2022
1 parent 2dccf5b commit 02d4e5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion Makefile
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 .
Expand Down
2 changes: 1 addition & 1 deletion main.go
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"

0 comments on commit 02d4e5e

Please sign in to comment.