Skip to content

Commit 490c5ed

Browse files
authored
Merge pull request #1793 from dougm/issue-1785
Release version 0.22.1
2 parents 5bcddf2 + da36895 commit 490c5ed

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# changelog
22

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+
37
### 0.22.0 (2020-01-10)
48

59
* Add OVF properties to library.Deploy method

govc/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# changelog
22

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+
37
### 0.22.0 (2020-01-10)
48

59
* Add library.sync command

govc/flags/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2014-2017 VMware, Inc. All Rights Reserved.
2+
Copyright (c) 2014-2020 VMware, Inc. All Rights Reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ import (
2121
"strings"
2222
)
2323

24-
const Version = "0.22.0"
24+
const Version = "0.22.1"
2525

2626
var GitVersion string
2727

0 commit comments

Comments
 (0)