Skip to content

Commit

Permalink
Merge pull request #1142 from choria-io/0201
Browse files Browse the repository at this point in the history
(misc) Release 0.20.1
  • Loading branch information
ripienaar authored Feb 3, 2021
2 parents 42c675c + 1ce1194 commit 6dee4c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2021/02/03| |Release 0.20.1 |
|2021/02/03|1140 |Ensure that only client/server connections use no SAN TLS work around, not brokers |
|2021/02/03| |Release 0.20.0 |
|2021/02/02|1136 |Improve progress bars on small screens |
|2021/02/02| |Sort classes tags in discovery command and elsewhere |
Expand Down
2 changes: 1 addition & 1 deletion build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// Version the application version
var Version = "0.20.0"
var Version = "0.20.1"

// SHA is the git reference used to build this package
var SHA = "unknown"
Expand Down

0 comments on commit 6dee4c8

Please sign in to comment.