diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b9505762e4fe61c37487055bb05dc134dbc839..2e12110f98210b1a522e39c48b10c8e8d13f520b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Minikube Release Notes +## Version 0.13.1 - 12/5/2016 +* Fix `service list` command +* Dashboard dowgnraded to v1.4.2, correctly shows PetSets again + ## Version 0.13.0 - 12/1/2016 * Added heapster addon, disabled by default * Added `minikube addon open` command diff --git a/Makefile b/Makefile index af941b68ebc1ad6c02e6fc62a090f0dcf0a39c77..f04ad349dee39ed67faeb5674578d4dad059b56e 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # Bump these on release VERSION_MAJOR ?= 0 VERSION_MINOR ?= 13 -VERSION_BUILD ?= 0 +VERSION_BUILD ?= 1 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD) INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)