diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000000..7328d8d35c03 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Minikube Release Notes + +## Version 0.2.0 - 6/3/2016 + * conntrack is now bundled in the ISO. + * DNS is now working. + * Minikube now uses the iptables based proxy mode. + * Internal libmachine logging is now hidden by default. + * There is a new `minikube ssh` command to ssh into the minikube VM. + * Dramatically improved integration test coverage + * Switched to glog instead of fmt.Print* + +## Version 0.1.0 - 5/29/2016 + * Initial minikube release.