diff --git a/cf-cli.changes b/cf-cli.changes index 34523e5..205da8d 100644 --- a/cf-cli.changes +++ b/cf-cli.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 12 13:41:05 UTC 2018 - thardeck@suse.com + +- update to version 6.40.1 + ### Bug Fixes + + - Updates the minimum version for the buildpacks-stacks association feature. In [CLI v6.39.0](https://github.com/cloudfoundry/cli/releases/tag/v6.39.0), when the feature was released, we incorrectly set the minimum to cc api version as`2.114`. The minimum cc api version is now correctly set to [`2.112`](https://github.com/cloudfoundry/capi-release/releases/tag/1.58.0). [story](https://www.pivotaltracker.com/story/show/161464797) + - Fixes a bug with inspecting a service instance `cf service service-instance`, now the `documentation` url displays correctly for services which populate that field [story](https://www.pivotaltracker.com/story/show/161251875) + + ------------------------------------------------------------------- Wed Oct 31 19:11:33 UTC 2018 - thardeck@suse.com