We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606d890 commit 411412eCopy full SHA for 411412e
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.2.2 (Upcoming)
+## 0.2.2 (May 14, 2021)
2
* Update masterzen/winrm dependency to allow NTLM support for winrm_no_proxy [GH-66]
3
* StepCreateCD: Clean up temporary directory and add more robust tests [GH-62]
4
version/version.go
@@ -13,7 +13,7 @@ import (
13
var GitCommit string
14
15
// Package version helps plugin creators set and track the sdk version using
16
-var Version = "0.2.1"
+var Version = "0.2.2"
17
18
// A pre-release marker for the version. If this is "" (empty string)
19
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments