Skip to content

Commit

Permalink
Merge pull request #9719 from sharifelgamal/1.15.1
Browse files Browse the repository at this point in the history
Update Makefile and release notes for 1.15.1 release
  • Loading branch information
sharifelgamal committed Nov 17, 2020
2 parents 6d1754d + 41b74b0 commit 23f40a0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)

Expand Down

0 comments on commit 23f40a0

Please sign in to comment.