chore: Prep for v0.10.0 release (#483)

- Update CHANGELOG
This commit is contained in:
Navid Shaikh 2019-11-06 18:54:02 +05:30 committed by Knative Prow Robot
parent 9d759ca6e4
commit 22c65d65ef
1 changed files with 15 additions and 4 deletions

View File

@ -12,20 +12,31 @@
|===
////
## v0.10.0 (2019-11-05)
## v0.10.0 (2019-11-06)
[cols="1,10,3", options="header", width="100%"]
|===
| | Description | PR
| 🧽
| Update to Knative serving dependency to 0.10.0
| Update Knative serving dependency to 0.10.0
| https://github.com/knative/client/pull/474[#474]
| 🎁
| Adds zsh completion
| https://github.com/knative/client/pull/476[#476]
| Add Support for envFrom and volumeMounts
| https://github.com/knative/client/pull/393[#393]
| 🎁
| Human-readable revision describe
| https://github.com/knative/client/pull/475[#475]
| 🎁
| Print ServiceAccount in service describe output
| https://github.com/knative/client/pull/472[#472]
| 🎁
| Add zsh completion
| https://github.com/knative/client/pull/476[#476]
|===
## v0.9.0 (2019-10-29)