diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df2073..04d6a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [0.10.1] - Unreleased +## [0.10.1] - 2019-10-18 ### Added - Add commands to generate Device IDs and authentication JWTs - Add gobuild.sh script diff --git a/cmd/version.go b/cmd/version.go index d9fd3fb..c3e1c6f 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -20,7 +20,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.10.0" +var version = "0.10.1" // versionCmd represents the version command var versionCmd = &cobra.Command{