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.1, write CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed Aug 21, 2022
1 parent 2decec9 commit a1561c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Changelog for v0.20.0
## Changelog for v0.20.1

- Added the `workspace` attribute to the Homescript struct
- Added the `workspace` attribute to the Homescript-request struct
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version := 0.20.0
version := 0.20.1

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.20.0"
const Version = "0.20.1"

// Specifies the oldest Smarthome version this SDK can connect to
const MinSmarthomeVersion = "0.2.0"

0 comments on commit a1561c1

Please sign in to comment.