diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e3f235..d1f8f8d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. -### 1.1.0 (in development) +### 1.1.0 (2019-06-27) - Request microphone access on Mac to prevent Mac 10.14+ from blocking audio input. - Clear filters in Module Browser when backspace is pressed while the search field is empty. - Add Mod-0 key command to set zoom to 100%. diff --git a/Makefile b/Makefile index 2c22e590..fb007744 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RACK_DIR ?= . # VERSION := 1.dev.$(shell git rev-parse --short HEAD) -VERSION := 1.0.0 +VERSION := 1.1.0 FLAGS += -DVERSION=$(VERSION) FLAGS += -Iinclude -Idep/include