From 01685bef1f725ee7429b1bf8c328f9fbafe0a564 Mon Sep 17 00:00:00 2001 From: Jesse Alford Date: Mon, 13 Feb 2023 16:50:28 -0800 Subject: [PATCH] Update changelog with vSphere URI-encoding --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0834fd9..f1c9d2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,13 @@ can be found in [Pivotal Documentation](https://docs.pivotal.io/platform-automat This ensures that commands are not kept in `bash` history. The environment variable `OM_PASSWORD` will overwrite the password value in `env.yml`. +## 7.7.1 + +Bug Fixes + +- vSphere usernames containing URI-reserved characters + are now URI-encoded for use in requests. + ## 7.7.0 Features