File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# changelog
2
2
3
+ ### 0.22.1 (2020-01-13)
4
+
5
+ * Fix SAML token auth using Holder-of-Key with delegated Bearer identity against 6.7 U3b+
6
+
3
7
### 0.22.0 (2020-01-10)
4
8
5
9
* Add OVF properties to library.Deploy method
Original file line number Diff line number Diff line change 1
1
# changelog
2
2
3
+ ### 0.22.1 (2020-01-13)
4
+
5
+ * Fix session.login using HoK token with delegated Bearer identity token against 6.7 U3b+
6
+
3
7
### 0.22.0 (2020-01-10)
4
8
5
9
* Add library.sync command
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright (c) 2014-2017 VMware, Inc. All Rights Reserved.
2
+ Copyright (c) 2014-2020 VMware, Inc. All Rights Reserved.
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ import (
21
21
"strings"
22
22
)
23
23
24
- const Version = "0.22.0 "
24
+ const Version = "0.22.1 "
25
25
26
26
var GitVersion string
27
27
You can’t perform that action at this time.
0 commit comments