From 23f400f72bb2fa1da4999971572ec0d5a125c3c8 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 19 Oct 2017 14:03:11 -0400 Subject: [PATCH] Update CHANGELOG.md Add info about https://github.com/kubernetes-incubator/client-python/pull/369 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c05c34f371..c5b18f56a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v4.0.0a2 +- Make sure PyPI source distribution is complete with all files from the root directory + # v4.0.0a1 - Update to Kubernetes 1.8 cluster - IntOrString is now object thus it can be int or string. #18 #359