From 41b74b00ecb7cd864b3f2c871212e37e56f904f3 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Mon, 16 Nov 2020 14:20:03 -0800 Subject: [PATCH] update Makefile and release notes for 1.15.1 release --- CHANGELOG.md | 17 +++++++++++++++++ Makefile | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acddcae8c9..f0b6738cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Release Notes +## Version 1.15.1 - 2020-11-16 + +Feature: +* Add Support for driver name alias [#9672](https://github.com/kubernetes/minikube/pull/9672) + +Bug fix: +* less verbose language selector [#9715](https://github.com/kubernetes/minikube/pull/9715) + +Thank you to our contributors for this release! +- Ben Leggett +- Medya Ghazizadeh +- Priya Wadhwa +- Sadlil +- Sharif Elgamal +- Vasilyev, Viacheslav + + ## Version 1.15.0 - 2020-11-13 Features: diff --git a/Makefile b/Makefile index 3b76f40f1c..69c0c6e638 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # Bump these on release - and please check ISO_VERSION for correctness. VERSION_MAJOR ?= 1 VERSION_MINOR ?= 15 -VERSION_BUILD ?= 0 +VERSION_BUILD ?= 1 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION ?= v$(RAW_VERSION)