diff --git a/CHANGELOG.md b/CHANGELOG.md index 0587b426f5..984cae61e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Minikube Release Notes +## Version 0.11.0 - 10/6/2016 +* Added a "configurator" allowing users to configure the Kubernetes components with arbitrary values. +* Made Kubernetes v1.4.0 the default version in minikube +* Pre-built binaries are now built with go 1.7.1 +* Added opt-in error reporting +* Bug fixes + ## Version 0.10.0 - 9/15/2016 * Updated the Kubernetes dashboard to v1.4.0 * Added experimental rkt support diff --git a/Makefile b/Makefile index f2b30e9362..1e126cd4fe 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 0 -VERSION_MINOR ?= 10 +VERSION_MINOR ?= 11 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD)